Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

throw error in dev mode for missing bound properties (#249) #322

Merged
merged 1 commit into from
Mar 1, 2017

Conversation

Rich-Harris
Copy link
Member

Ref #249. If a template has a binding...

<input bind:value>

...and the component is initialised without a value for value, an error will be thrown in dev mode.

(Also fixes my ahem deliberate mistake in the last PR)

@Rich-Harris Rich-Harris merged commit d076f21 into master Mar 1, 2017
@Rich-Harris Rich-Harris deleted the gh-249 branch March 1, 2017 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant