-
Hello everyone, today I was playing with the router, after completing the basic example of file based route generation and trying to add tailwind to the project doesn't work. I follow the installation steps for react but when I use a tailwind class it doesn't load in the view. The router version that i'm using is the next one "@tanstack/react-router": "^1.29.2", Does someone knows what am I missing? The only issue/discussion that I could found related to this was #939 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the fix for the problem, I just stop the server and restarted and works. I use pnpm so I don't know if it's only a thing with pnpm or can be happend with npm or yarn. |
Beta Was this translation helpful? Give feedback.
I found the fix for the problem, I just stop the server and restarted and works. I use pnpm so I don't know if it's only a thing with pnpm or can be happend with npm or yarn.