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
The result is an exception TypeError: Cannot read property 'length' of null which doesn't really indicate what happened and where (in VSCode this shows at (1, 1)).
Expected behavior
A meaningful error like Variable name or spread operator expected.
Stacktraces
Stack trace
bundler.js:11 TypeError: Cannot read property 'length' of null
at read_attribute (compiler.js:16002)
at tag (compiler.js:15862)
at new Parser$1 (compiler.js:16787)
at parse$3 (compiler.js:16919)
at Object.compile (compiler.js:29918)
at Object.transform (bundler.js:11)
at bundler.js:11