-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Feature: Dev runtime warning when passing unknown props #2174
Labels
Comments
Should we ignore trying to generate warnings for components that use |
Closed via #2840 |
Though I've just realised that the PR doesn't address @EmilTholin's point about |
I'm seeing lots of warnings when using $$restProps as well, should those also be silenced? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compiling with
dev: true
, a component should display a warning in the console when it is created with props with names it wasn't expecting.The text was updated successfully, but these errors were encountered: