Literally need to switch the schema from A to B #4550
Unanswered
bptremblay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an object that has a "type" field, and changing that type changes the fields that need to be observable.
This object needs to have the same id and share a few common properties.
The only way I have been able to do this is to makeObservable() with a union of all the possible fields.
Is there a way to "shut down" observability and recreate it with a new set of fields/annotations?
Beta Was this translation helpful? Give feedback.
All reactions