You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/node_modules/styled-jsx/macro.d.ts' is not a module.ts(2306)
If the current behavior is a bug, please provide the steps to reproduce and possibly a minimal demo or testcase in the form of a Next.js app, CodeSandbox URL or similar
trying to use import css from "styled-jsx/macro"; with create-react-app
I believe the problem is in the typo - macro <--> marco
Do you want to request a feature or report a bug?
What is the current behavior?
/node_modules/styled-jsx/macro.d.ts' is not a module.ts(2306)
If the current behavior is a bug, please provide the steps to reproduce and possibly a minimal demo or testcase in the form of a Next.js app, CodeSandbox URL or similar
trying to use
import css from "styled-jsx/macro";
with create-react-appI believe the problem is in the typo - macro <--> marco
fixing that locally solved the problem
What is the expected behavior?
should import without errors
Environment (include versions)
Did this work in previous versions?
don't have that info, but it seams to me that this commit is related to the problem 22e36bf
The text was updated successfully, but these errors were encountered: