-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
2 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
/** | ||
* We have an error while using `mdx-components` with `.tsx` extension: | ||
* | ||
* createContext only works in Client Components. Add the "use client" directive at the top of the file to use it | ||
* | ||
* Using `.js` to avoid this error for now | ||
*/ | ||
export { useMDXComponents } from './src/mdx-components'; | ||
export { useHiveMDXComponents as useMDXComponents } from '@theguild/components/server'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.