Closed
Description
Maybe a bug in this REPL: https://svelte.dev/repl/79aa242f7e6d4af684099868189d3cb4?version=3.18.0
If you click on button "toggle modal" in console you should have this warning:
"<Form> was created with unknown prop 'saveForm'"
If you remove from Form.svelte
- the line:
export let removeThis = null
- and the line:
{removeThis}
the warning disappear.
Am I wrong?