Closed
Description
Describe the bug
I'm getting the following message, telling me to consider bind:
between the two components. However, I am, in fact, binding between the two.
Reproduction
https://svelte.dev/playground/c27c1016f1f2423489568d9fb2271921?version=5.2.5
Logs
[svelte] ownership_invalid_bindingsrc/lib/calendar-with-select.svelte passed a value to node_modules/.pnpm/[email protected][email protected]/node_modules/bits-ui/dist/bits/calendar/components/calendar.svelte with `bind:`, but the value is owned by node_modules/.pnpm/[email protected][email protected]/node_modules/bits-ui/dist/bits/calendar/components/calendar.svelte. Consider creating a binding between node_modules/.pnpm/[email protected][email protected]/node_modules/bits-ui/dist/bits/calendar/components/calendar.svelte and src/lib/calendar-with-select.svelte
System Info
System:
OS: macOS 15.0
CPU: (12) arm64 Apple M2 Max
Memory: 92.23 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.15.1 - ~/.nvm/versions/node/v20.15.1/bin/node
npm: 10.7.0 - ~/.nvm/versions/node/v20.15.1/bin/npm
pnpm: 9.6.0 - ~/Library/pnpm/pnpm
bun: 1.0.25 - ~/.bun/bin/bun
Browsers:
Edge: 129.0.2792.89
Safari: 18.0
npmPackages:
svelte: ^5.0.0-next.1 => 5.0.0-next.265
Severity
annoyance