You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
examples: vite-plugin-solid next.22 (drops the _$SC head splice); NoteEditor reads initial props under untrack
The plugin bump removes the head-open bootstrap splice that shifted
every head hydration claim by one (references self-bootstrap since
runtime next.38); chat already pinned next.22, the rest still spliced.
NoteEditor seeds its editor state from live slot args once by contract,
so it declares that with untrack instead of tripping strict-read
warnings.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments