The "snippetKey" and "hasUnsavedChanged" fields will no longer be
included in the serialized JSON object for snippets. They are
stripped out of the state using an axios "transformRequest"
function.
Motivation and Context
fixes #421
Checklist:
[x] My code follows the code style of this project.
Description
The "snippetKey" and "hasUnsavedChanged" fields will no longer be included in the serialized JSON object for snippets. They are stripped out of the state using an axios "transformRequest" function.
Motivation and Context
fixes #421
Checklist:
Browsers