Closed ericclemmons closed 2 years ago
When playing with https://github.com/code-hike/react-tutorial-demo, if you do import Something from "something.mdx" then <Something />, you'll get the following error:
import Something from "something.mdx"
<Something />
I tried to figure out why, but the steps / sections difference for <Something /> wasn't immediately clear 🤔
steps
sections
Where are you importing it? In tutorial.mdx?
tutorial.mdx
When playing with https://github.com/code-hike/react-tutorial-demo, if you do
import Something from "something.mdx"
then<Something />
, you'll get the following error:I tried to figure out why, but the
steps
/sections
difference for<Something />
wasn't immediately clear 🤔