Tobbe Lundberg
Tobbe Lundberg
Sorry, bad news. This is a bug in vite 🙁 https://github.com/vitejs/vite/issues/2415#issuecomment-1720814355 It's fixed in Vite 5, but we can't upgrade because we don't fully support ESM yet, and Vite 5...
For the `yarn rw serve` part of the equation, I also landed on https://github.com/redwoodjs/redwood/pull/9272 as being the culprit. The code has moved to a new file now, but still references...
@pvenable A potential fix for this was released in v7.0.7. Could you please try that version and report back if it works for you?
> the smoke test in RSC is still going to fail - wanted you to see the failure first, before I change the test. I think it's ok, just renders...
> Hey @Tobbe that last round of changes seems to have broken the client entries loading. Was one more path that needed updating (/server -> /rsc) after merging from main....
@dac09 No, I'm talking about this error But yeah, `startsWith` caused a new error, so I reverted that
> but I think this is not a good idea because we're hiding the real problem here - ESM support. So would making my test package be a dual-mode package...
I think that in many cases we already have too many and too long comments in the generated code. At some point people will just not read it because it's...
😬 This is going to be a tough one to figure out. Since we can't reliably reproduce this we're going to have to guess based on code changes. So realistically...
> Upgraded from 6.6.2 to 7.4.2. FYI, I saw the topic/streaming label added - we're not using any Realtime features (just in case that was the assumption). > Just to...