Skip to content

Commit

Permalink
Add note on typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 28, 2020
1 parent ab8b787 commit 2e33237
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/getting-started/create-react-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ yarn add babel-loader@$VERSION --dev

Then, running `yarn start` again should do the trick! ✨

If you’re still seeing errors and you’re using TypeScript, then [this
guide][typescript] might help.

Finally, see [Support][] if you’re still running into problems.

[cra]: https://github.com/facebook/create-react-app
[loader]: https://github.com/mdx-js/mdx/tree/main/packages/loader
[babel-loader]: https://webpack.js.org/loaders/babel-loader/

<!-- To do: update to point to website if that’s working -->

[typescript]: https://github.com/mdx-js/mdx/blob/main/docs/advanced/typescript.mdx
[support]: https://mdxjs.com/support

0 comments on commit 2e33237

Please sign in to comment.