We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e498a94 commit 0163eb0Copy full SHA for 0163eb0
.storybook/main.js
@@ -1,5 +1,7 @@
1
const { propNames } = require("@chakra-ui/react")
2
+
3
const { babelConfig } = require("./babel-storybook-config")
4
5
module.exports = {
6
stories: [
7
{
.storybook/preview.js
@@ -1,8 +1,8 @@
import { action } from "@storybook/addon-actions"
import theme from "../src/@chakra-ui/gatsby-plugin/theme"
-import { theme as DefaultChakraTheme } from "@chakra-ui/react"
-const chakraBreakpointArray = Object.entries(DefaultChakraTheme.breakpoints)
+const chakraBreakpointArray = Object.entries(theme.breakpoints)
// Gatsby's Link overrides:
8
// Gatsby Link calls the `enqueue` & `hovering` methods on the global variable ___loader.
0 commit comments