redux-saga-test-plan
redux-saga-test-plan copied to clipboard
deprecated [email protected]: Please use the native JSON object instead of JSON 3
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.parseandJSON.stringifyinstead.
Thanks!
Best Regards, Thiago
@thiaguimcavalcanti Will fix this before formal release v4.0.0
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.