mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Turn off React strict mode in SharedUX Storybook (#215926)
## Summary This PR removes React strict mode from Storybook stories owned by SharedUX team. This is needed because both `EuiTooltip` and `EuiAccordion` are currently not compatible with strict mode and they won't function properly in stories. As requested in https://github.com/elastic/kibana/pull/214854#discussion_r2012415842 I opened a separate PR to address this problem.
This commit is contained in:
parent
1b3e27cdb3
commit
1d91061ec4
1 changed files with 0 additions and 3 deletions
|
@ -15,7 +15,4 @@ module.exports = {
|
|||
'../../**/*.stories.+(tsx|mdx)',
|
||||
'../../../../shared/shared-ux/**/*.stories.+(tsx|mdx)',
|
||||
],
|
||||
reactOptions: {
|
||||
strictMode: true,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue