You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Storybook for React Native Web with Vite, initialGlobals.viewport is only applied if the value matches a key from the minimal built-in viewports (mobile1, mobile2, tablet, desktop). If I use a key from INITIAL_VIEWPORTS or from my custom viewports, no viewport is selected.