You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library contains a static method deepClone, which is only used to support tests. This method should be moved to a test helper, or completely replaced with JSON.parse(JSON.stringify()) which should be sufficient for the use cases.
The text was updated successfully, but these errors were encountered:
The library contains a static method
deepClone
, which is only used to support tests. This method should be moved to a test helper, or completely replaced withJSON.parse(JSON.stringify())
which should be sufficient for the use cases.The text was updated successfully, but these errors were encountered: