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
If I refer to a parent's slot property inside a select element with a binding value, an undefined error for slot property will be thrown if selected option is changed by user.
This doesn't have any effects on functionality but it still throws an error that fills console on every selection change.
Error:
message: "type is not defined"
stack: ReferenceError: type is not defined
at HTMLSelectElement.select_change_handler (eval at handle_message (about:srcdoc:13:8), <anonymous>:778:23)
Describe the bug
If I refer to a parent's slot property inside a
select
element with a binding value, an undefined error for slot property will be thrown if selected option is changed by user.This doesn't have any effects on functionality but it still throws an error that fills console on every selection change.
Reproduction
https://svelte.dev/repl/fe9ca7db7ce140d3ade4a3e7b53d7b94?version=3.42.4
Select a new option and check console output.
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: