Common

Results 5 comments of Common

Is declaring a PageProps type which extends `SSRConfig` not an appropriate solution? ```js type PageProps = SSRConfig & Record ```

Still happening with Chakra 2.3.4 (possibly was introduced in 2.2.5?) ``` "@chakra-ui/react": "2.3.4", "@emotion/react": "11.10.4", "@emotion/styled": "11.10.4", "framer-motion": "7.3.6", ``` Neither approach suggested on https://chakra-ui.com/getting-started/with-storybook changes the outcome Seeing this...

Same issue. While only using the `parameters` declaration i.e. ``` export const parameters = { chakra: { theme } }; ``` Then _no_ Chakra styles are applied to the stories...

> Fix in #450 ? We still needed to set `globalThis.regeneratorRuntime = undefined` even with the updates in #450