Skip to content

"x was created without expected prop y" false alert with binding when prop = undefined  #4457

@pushkine

Description

@pushkine

https://svelte.dev/repl/65985a2e42fe4b899a379750fe609447?version=3.19.1

<script>
	import Component from './Component.svelte'
	let value = undefined
</script>

<Component bind:value />

<Component> was created without expected prop 'value'

a fix for this would involve replacing a ton of test results so I'd suggest addressing #4454 at the same time

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions