-
Notifications
You must be signed in to change notification settings - Fork 308
"please wrap your application in the StyleRoot component" when using MediaQuery #911
Comments
Any help on this? |
Use import Radium, {StyleRoot} from "radium"; |
Looks like you're not importimg properly StyleRoot component. |
Thanks again @HsuTing! Yep, |
its not working @alexlande |
hey @hhimanshu did you get the solution for it??? |
It's working if you use StyleRoot in index.js file. But I'm not sure if this is the right approach for this problem.
|
Hello, this is how my component looks like
I looked at another issue #574 and seems like I am doing what is recommended.
My
package.json
entry looks likeI even tried with the following import
But the error remained same. The entire stacktrace looks like
Please help me understand what have I missed in following the steps? Thanks
The text was updated successfully, but these errors were encountered: