https://github.com/hacksore/react-comp-in-mdx
https://github.com/hacksore/react-comp-in-mdx
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacksore/react-comp-in-mdx
- Owner: Hacksore
- Created: 2024-08-04T13:52:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T14:13:17.000Z (almost 2 years ago)
- Last Synced: 2025-10-21T12:52:52.517Z (9 months ago)
- Language: Astro
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Component in Astro MDX
Should this work?
1. `pnpm i`
2. `pnpm dev`
3. Component renders but is not intractable 😂
Error for SEO:
```
(index):3 [astro-island] Error hydrating /@id//Users/hacksore/code/repro/react-comp-in-mdx/src/comps/react/test.js
TypeError: Failed to fetch dynamically imported module: http://localhost:4321/@id//Users/hacksore/code/repro/react-comp-in-mdx/src/comps/react/test.js
```