-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Warning while trying to replace default component #284
Comments
Just remove filterDOMProps.register('propA');
filterDOMProps.register('component'); |
@janowsiany unfortunately that's not the case.
Please consider re-opening the issue. |
@janowsiany I have also tested this alternative definition in my schema and the warning persists:
|
Yep, it's a bug. I'll handle it tomorrow. |
Hello there,
I'm trying to replace the default
TextField
by aLongTextField
directly into the schema, by using this (as pointed @ https://github.com/vazco/uniforms/blob/master/INTRODUCTION.md#simpleschema-definition):but I'm getting this (annoying) warning in chrome's console:
Instead, when I try the following alternative, I get no warning:
Am I doing something wrong? I'd really appreciate an alternative to get rid off this warning :)
Thanks a lot! (BTW: great project!)
The text was updated successfully, but these errors were encountered: