nikolai-cc / svu

Svelte development, supercharged.
https://svu.vercel.app
MIT License
39 stars 3 forks source link

bug in portal #14

Closed nikolai-cc closed 2 years ago

nikolai-cc commented 2 years ago

When you pass in portal with an HTMLElement rather than id reference, the code does not mount.

steps to repro:

<div bind:this={target} />
<p use:portal={target} />

Also the docstring is incorrect.