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
Cannot read property 'name' of null
TypeError: Cannot read property 'name' of null
at Element.ts:58
at Array.forEach ()
at Element.ts:45
at Array.forEach ()
at Element.init (Element.ts:37)
at Node.ts:87
at Array.forEach ()
at EachBlock.Node.initChildren (Node.ts:84)
at EachBlock.init (EachBlock.ts:84)
at Node.ts:87
The text was updated successfully, but these errors were encountered:
Seems, html datalist tag unsupported by Svelte now. Example:
https://svelte.technology/repl?version=1.49.1&gist=43345f32fd5d811d5d156d0116179572
Cannot read property 'name' of null
TypeError: Cannot read property 'name' of null at Element.ts:58 at Array.forEach () at Element.ts:45 at Array.forEach () at Element.init (Element.ts:37) at Node.ts:87 at Array.forEach () at EachBlock.Node.initChildren (Node.ts:84) at EachBlock.init (EachBlock.ts:84) at Node.ts:87The text was updated successfully, but these errors were encountered: