-
|
Hello Everyone, I am using a custom .babelrc in next js to support the automatic runtime. I am getting an error which is "Can't resolve 'theme-ui/jsx-runtime'". Am I doing something wrong? As a fallback, I am using "classic runtime". I would appreciate some help here. Some info about my dev environment: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hey! The latest stable version doesn't support the automatic runtime—we're working on a new stable release soon, but for now I recommend installing |
Beta Was this translation helpful? Give feedback.
-
|
Yes! That works! thanks a lot for the help. |
Beta Was this translation helpful? Give feedback.
Hey! The latest stable version doesn't support the automatic runtime—we're working on a new stable release soon, but for now I recommend installing
^0.6.0-alpha.3. There are some other breaking changes (like we renamedStyledtoThemed) but you can check out theCHANGELOG. Let me know if that works!