Fix the ability to run Storybook on Review Board 7.

Review Request #14133 — Created Aug. 31, 2024 and updated

Information

Review Board
release-7.x

Reviewers

The support for Storybook for UI component testing broke since it was
introduced. Part of this was missing dependencies that are needed for
the current configuration. Part of it was a JavaScript file that's no
longer provided. Part of it was references to Ink that weren't provided
by package exports, which is being fixed in Ink.

With this change and the Ink export fix, Storybook should now be usable
again for UI testing.

Successfully ran npm run storybook and viewed components.

Summary ID
Fix the ability to run Storybook on Review Board 7.
The support for Storybook for UI component testing broke since it was introduced. Part of this was missing dependencies that are needed for the current configuration. Part of it was a JavaScript file that's no longer provided. Part of it was references to Ink that weren't provided by package exports, which is being fixed in Ink. With this change and the Ink export fix, Storybook should now be usable again for UI testing.
6b066666459ac9a673d0e70c1e93e4b3a9ce2c8a
Checks run (2 succeeded)
flake8 passed.
JSHint passed.
david
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2.