Open STRML opened 6 years ago
Two forms on the same page should have different generated IDs.
These forms use the same ID due to https://github.com/gcanti/tcomb-form/blob/eb1c6cf3ba0d04b16adfff922c19dd0bad5c33de/src/components.js#L800-L814
If two forms have the same ID this causes React to behave very strangely on updates.
Version
Expected behaviour
Two forms on the same page should have different generated IDs.
Actual behaviour
These forms use the same ID due to https://github.com/gcanti/tcomb-form/blob/eb1c6cf3ba0d04b16adfff922c19dd0bad5c33de/src/components.js#L800-L814
Steps to reproduce