I have been using css modules in my react project, and recently installed react-table using THIS SITE, but I'm having problem importing its css file. The source of react-table says I need to import the css file from react-modules like:
import "react-table/react-table.css";
but it doesn't work. I think it has something todo with using css modules, but I don't know how to fix it. I found THIS THREAD about this issue, but couldn't understand if there really is a solution for it or not.