gatsby-gitbook-starter
gatsby-gitbook-starter copied to clipboard
How to use live editing with Reactstrap Components
Hello, I am not able to use live editing with reactstrap components. I have imported the reactstrap component in src/components/mdxComponents/index.js and it is working properly outside of the live editor but, throws an error when used inside the live editor. Below is my code and error image.
import React from "react"
Live Editing example
<Button color="primary">Change my text</Button>
RESULT :
~ Thanks in advance