Strict mode should be enabled in Storybook #3967
Labels
Package: react-component-library
Package/code type
Size: Medium
Assessed as medium task
Type: Bug
Inconsistencies or issues which have caused a problem for users or implementors
Strict mode is currently disabled in Storybook:
design-system/packages/react-component-library/.storybook/main.js
Line 61 in 427642b
It should be enabled to give some confidence that components work in strict mode.
With strict mode enabled in Storybook, some e2e tests are failing (mainly in the form example stories). Some of these may be a problem with the relevant stories.
The text was updated successfully, but these errors were encountered: