This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Description
Currently, the VSCode Data Grid component gridData Storybook control renders the input JSON as a plain text box, which is hard to edit and view as a user.
Storybook has already merged a PR that adds a JSON editor/tree view control to the control options but it is currently published as a prerelease feature.
When the feature is added in a stable release update the gridData control to use this new feature.
Storybook Issue: storybookjs/storybook#12599
Storybook PR: storybookjs/storybook#12824