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
Object.assign is no longer part of the react library in its current version, please change it to spread operators!
will make a PR
UPDATE: actually spread operators are new and can cause errors. Instead the code now uses Object.assign directly vs referencing it from the react library which removed that a while ago.
The text was updated successfully, but these errors were encountered:
Object.assign is no longer part of the react library in its current version, please change it to spread operators!
will make a PR
UPDATE: actually spread operators are new and can cause errors. Instead the code now uses Object.assign directly vs referencing it from the react library which removed that a while ago.
The text was updated successfully, but these errors were encountered: