redux-saga-test-plan icon indicating copy to clipboard operation
redux-saga-test-plan copied to clipboard

deprecated [email protected]: Please use the native JSON object instead of JSON 3

Open thiaguimcavalcanti opened this issue 6 years ago • 2 comments
trafficstars

Hi Team,

Do you have any plans to replace the deprecated json3 dependency in the next version? https://www.npmjs.com/package/json3

JSON 3 is deprecated and no longer maintained. Please don't use it in new projects, and migrate existing projects to use the native JSON.parse and JSON.stringify instead.

Thanks!

Best Regards, Thiago

thiaguimcavalcanti avatar Aug 29 '19 17:08 thiaguimcavalcanti

@thiaguimcavalcanti Will fix this before formal release v4.0.0

jp928 avatar Sep 06 '19 09:09 jp928

I'm not sure if this is related but I'm experiencing strange exceptions on Codesandbox when trying to import redux-saga-test-plan and the traceback ends up in JSON3 code (via util-inspect).

I filed a ticket against Codesandbox but I'm not sure where the issue lies.

jonathanj avatar Sep 10 '19 14:09 jonathanj