Closed vatro closed 4 years ago
... but if you do something like this (see Svelte REPL)
then it's ok:
but not with 'foo':
☝️ it seems that the problem occurs when the prop name inside the braces has more than one letter. 'a', 'b', 'c' is ok, but 'ab', 'abc', 'abcd' ... is not.
I've checked it in v0.13.0 and it looks like it's working.
Please let me know if issue is still occurring.
Hi,
this may be related to #105 🤔
Given this setup: see Svelte REPL
Prop passed from / shared by Parent.svelte is not being recognized on the slotted component. It compiles ok / works though.
Thanks & keep up the good work! ✊