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
Hi @tepleyna , require('node:util').isDeepStrictEqual is only available in node based environment, not in browser based.
Hence we have to rely on lodash.isequal
Uh oh!
There was an error while loading. Please reload this page.
Depends on
lodash.isequal
, which is deprecated.The following is displayed when installing json-rte-serializer using npm:
npm warn deprecated [email protected]: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
The text was updated successfully, but these errors were encountered: