Cole Albright
Cole Albright
I got this issue when I used a alias outside of the baseUrl. Had to restructure and use the experimental.turbo.resolveAlias in my next.config.ts to use that external package. I think...
Yeah it's just a workaround. Glad you got something working in the meantime
I get this issue when I run dev or build. If you run dev you gotta load a page to see the bug propagate
The npx create next app works and I was also able to get the turbo repo basic example updated and working. Let me try to work and see if I...
I am pretty confused, I can only get the icons to work using the --turbo flag and refactoring a bit. Similar to what Sayakie mentioned a while ago. I did...
I've been going crazy, but I just decided to mess with the dist that I have (15.0.2-canary.7) and I just modified the code and got it to work properly. I...
Here's my next info, I can also paste in the distribution code if needed but it's exactly the same in the working and non-working instances. I still don't quite understand...
The docs are just wrong, I ran into the same thing. They just didn't update the type def to match the documentation update. In the docs turbo was no longer...
Is there a timeline for react-markup anywhere?
Thanks for the workaround, thought I was lowkey doomed