codelocksdev

Results 8 comments of codelocksdev

I'll try manually retyping. Thanks for the suggestion.

Thanks for continuing to look into this. Please let me know if you find a solution!

Any progress on this?

Let me know if you need a hand converting to functional components and hooks. I've done a fair bit of work in that area.

> Temporary fix: Add this to the `rules` of your webpack config. > > ``` > { > test: /\.css$/, > use: [ > 'style-loader', > { > loader: 'css-loader',...

> Pretty sure ya can’t touch the webpack config of a create-react-app unless ejecting from it or running a hot patch. It just needs to be fixed for the latest...

Is anyone working on adding this in?

> > You might have some luck looking over #48 > > Tried using nodeify, and it broke my project. Followed all the steps multiple times. Gave up eventually and...