Closed alexpmorris closed 6 years ago
@alexpmorris I'm getting the same thing. Any luck? What version of React are you using?
I just updated React and came across the error. After removing react-carousel from my app and packages, the app rendered. I'm going to take a look at it and see if I can find some sort of a solution, would love to hear your progress on the issue
I ended up going another way, but I'm pretty sure it's some incompatibility with the radium library versus the latest version of react v16 versus v15.3 that the project is using, since I was able to get the standalone project up and running fine under the older react version via this repo.
Same. I'll try and work on updating it soon and make a pull request. No point in letting this issue make it completely useless.
@alexpmorris v0.2.5 should resolve the issues. LMK if you encounter any problems
I keep getting the following error, and I just can't seem to figure out what's causing it.
It seems to be related to a missing stylesheet or something, but according to the README, it seems everything should be included (also made sure
css-module
was installed too).For reference, this is my render() (also tried with/without StyleRoot, media, etc):
Any assistance or guidance would be much appreciated, thanks!