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
Comment out or delete the markup that is uncommented (lines 4 +5)
Uncomment the p or the h1 on lines 1 or 2, displaying only one element
Uncomment the remaining element from lines 1 or 2 to get the error.
Logs
Uncaught TypeError: Cannot read properties of undefined (reading '__className')
in App.svelte
at Module.set_class (chunk-ODCA3ZDS.js?v=3bd3c0ac:1588:29)
at App (App.svelte?t=1725496964825:16:4)
at chunk-ODCA3ZDS.js?v=3bd3c0ac:204:58
at update_reaction (chunk-CDPR77WS.js?v=3bd3c0ac:1568:23)
at update_effect (chunk-CDPR77WS.js?v=3bd3c0ac:1663:21)
at create_effect (chunk-CDPR77WS.js?v=3bd3c0ac:991:7)
at branch (chunk-CDPR77WS.js?v=3bd3c0ac:1120:10)
at chunk-ODCA3ZDS.js?v=3bd3c0ac:198:17
at update_reaction (chunk-CDPR77WS.js?v=3bd3c0ac:1568:23)
at update_effect (:5173/node_modules/.vite/deps/chunk-CDPR77WS.js?v=3bd3c0ac:1663:21)TypeError: Cannot read properties of undefined (reading '__className')
at Module.set_class (chunk-ODCA3ZDS.js?v=3bd3c0ac:1588:29)
at App (App.svelte?t=1725496964825:16:4)
at chunk-ODCA3ZDS.js?v=3bd3c0ac:204:58
at update_reaction (chunk-CDPR77WS.js?v=3bd3c0ac:1568:23)
at update_effect (chunk-CDPR77WS.js?v=3bd3c0ac:1663:21)
at create_effect (chunk-CDPR77WS.js?v=3bd3c0ac:991:7)
at branch (chunk-CDPR77WS.js?v=3bd3c0ac:1120:10)
at chunk-ODCA3ZDS.js?v=3bd3c0ac:198:17
at update_reaction (chunk-CDPR77WS.js?v=3bd3c0ac:1568:23)
at update_effect (chunk-CDPR77WS.js?v=3bd3c0ac:1663:21)
Describe the bug
A class with an empty string causes the app to crash after more than one element is added.
Reproduction
https://gist.github.com/ichbtrv/0d1bd92446506babf6f6430f60f6c9bc
Steps:
p
or theh1
on lines 1 or 2, displaying only one elementLogs
System Info
Severity
blocking all usage of svelte
The text was updated successfully, but these errors were encountered: