-
Notifications
You must be signed in to change notification settings - Fork 177
2 forms cannot exist at same time #120
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
Comments
I met the same issue, weird. |
I found the old version 0.5.0-alpha.2 is OK, above versions fail. While the layout is different in this version. |
That's odd. OK, since it was working before, I've changed this from "enhancement" back to "bug." I don't know what's causing it, but I'll try to figure it out. |
Maybe add the providers from module to the json-schema Component |
@dschnelldavis any update on a fix for this bug? i am facing the same issue. :) |
I found this by accident; no real use case. But it is unexpected. The second form simply overwrites the first one. Is the service somehow stateful, and the data from the second instance gets stored in the service, overwriting the configuration of the first instance?
Here's a simple component to reproduce:
The text was updated successfully, but these errors were encountered: