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
The latest update should probably not have been a patch version bump. We were using import Portal from "svelte-portal/src/Portal.svelte"; like the documentation suggested. This caused builds to fail with this new version, even in projects that didn't directly import it. A patch gets applied even with a simple install command if you're using the widely accepted ^ for your versions. In our case this was ^2.2.0.
Now the version can't be changed anymore, but the documentation should be updated to not show broken code.
The text was updated successfully, but these errors were encountered:
The latest update should probably not have been a patch version bump. We were using
import Portal from "svelte-portal/src/Portal.svelte";
like the documentation suggested. This caused builds to fail with this new version, even in projects that didn't directly import it. A patch gets applied even with a simple install command if you're using the widely accepted^
for your versions. In our case this was^2.2.0
.Now the version can't be changed anymore, but the documentation should be updated to not show broken code.
The text was updated successfully, but these errors were encountered: