Sprinkles not working with React Router 7 framework (workaround) #1542
MattyBalaam
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently migrating a remix app to RR7 with Vite 6 I was getting an error I tracked down to using sprinkles about imports not being allowed in cjs files.
I was able to workaround sertting ssr.noExternal to
['@vanilla-extract/sprinkles']
Beta Was this translation helpful? Give feedback.
All reactions