Closed mansona closed 1 year ago
In https://github.com/ember-fastboot/ember-cli-fastboot/pull/410 we swapped JSON.stringify with https://www.npmjs.com/package/json-stable-stringify but didn't update the args that we passed to it. With a recent release this broke something because passing null as the second argument is invalid
null
This PR fixes that 👍
In https://github.com/ember-fastboot/ember-cli-fastboot/pull/410 we swapped JSON.stringify with https://www.npmjs.com/package/json-stable-stringify but didn't update the args that we passed to it. With a recent release this broke something because passing
null
as the second argument is invalidThis PR fixes that 👍