Enable strict mode toggle in storybook (#3870)
* add checkbox to enable strict mode on a story by story basis
* checkbox for strict
* getting rid of storybook globals in favor of state
the globals are updating anymore for some reason...
* me dumb, me forget to convert to boolean
* removing style
* fix storybook crash when saving changes in FocusScope file
core issue is with react fast refresh in parcel, fix to be patched there eventually. For now this is a stopgap fix, see https://github.com/vitejs/vite/issues/3301 for a similar issue
Co-authored-by: Robert Snow <rsnow@adobe.com>