Clone a hyperFormulaInstance #852
GabrielBrittoDev
started this conversation in
General
Replies: 1 comment
-
Why do you want to deepClone an instance? That's almost certainly the wrong thing to do. It's a class so it isn't serializalble. Just get the serialized data using a hyperformula method such as Or just clone the options you pass in and start a new hyperformula instance and pass in your saved data. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
How can i deep clone a hyperFormulaInstance?
I've tried so many methods and libraries, including serialization.
Beta Was this translation helpful? Give feedback.
All reactions