-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReferenceError: tw is not defined when using without macros #34
Comments
Also if I try to use
|
I'm getting the same problem any update anyone? I'm using babel-plugin-tailwind-components@next too. |
@GTDev87 I solved this one, turns out I couldn't use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Howdy! Spent the last few hours trying to figure out if I was doing something stupid here, but just hitting walls and Google is letting me down.
I'm trying to use this without the macros by using the
babel-plugin-tailwind-components
, but I'm just gettingReferenceError: tw is not defined
whenever I try to render a component. However things compile without any issues. Its just when I go to load whatever page has the component in the browser. I should mention this is not Tailwind v1.SomeComponent.tsx
webpack.config.js
package.json
I'm kind of out of ideas here for what I might be doing wrong. If you need more information let me know, not sure what would be helpful here.
The text was updated successfully, but these errors were encountered: