kaisermann / svelte-loadable

Dynamically load a svelte component
MIT License
320 stars 13 forks source link

check if SLOTS exists before checking for a specific slot #8

Closed Temmermans closed 5 years ago

Temmermans commented 5 years ago

Code throws an error when svelte-loadable is used without slots

kaisermann commented 5 years ago

Oh, nice catch, thanks a lot!

kaisermann commented 5 years ago

Released on v1.0.2 :tada:

Temmermans commented 5 years ago

No problem, thanks for the initial work!