-
Notifications
You must be signed in to change notification settings - Fork 2.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
react error on rendering with v1.0.5 #1042
Comments
From comments on #991, it seems like this is due to #1034. @llamamoray, any thoughts? |
This might be a bit off topic, but do you achieve hiding a field by accessing the DOM node in production code? This doesn't feel particularly robust to me. If I wanted to implement this kind of logic I'd be far more comfortable writing my own widget or using the oneOf functionality. |
Hi, is anybody working on the issue? |
@glasserc & @llamamoray do you know what are the plans for next release? is 1.0.6 blocked by this issue, if yes, how can we help? |
See my comment above, I don't see how the example given is a sensible implementation of what was trying to be achieved. |
@llamamoray if there is no response from the reporter, you think it is not a release blocker, maybe the decision should be to publick 1.0.6 🙈 |
Yeah, I agree with @llamamoray -- modifying the DOM directly is super brittle and not very React-y, so I don't think we should support this, so I don't think we need to specify whether the |
Thanks for looking at this 👍 Yes, if the example doesn't demonstrate a valid use case then it's fine for this issue to be closed. At the time I was testing I didn't see another way to implement the UI I was looking for, and it did work in the previous release. When I have time to look at the project again maybe I'll find new functionality or I can ask for pointers about preferred implementations. |
Prerequisites
Description
Error using form
Related to #991
Steps to Reproduce
Load this page and look in the log
http://pieper.github.io/sites/schemaform/bug-1.0.5.html
Expected behavior
Should be a simple example form
Actual behavior
Error messages pasted below
Version
1.0.5 (1.0.3 worked, 1.0.4 had different error)
Tested on Chrome.
Error messages:
The text was updated successfully, but these errors were encountered: