-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading '__H')
when using Preact
#589
Comments
Found another person with a similar issue without using Nextra: preactjs/preact#2690 (comment) This comment suggests: preactjs/preact#3512 (comment)
Which could indicate the problem is with |
With {
"overrides": {
"nextra": {
"@mdx-js/react": "npm:@mdx-js/preact@latest"
},
"nextra-theme-docs": {
"@mdx-js/react": "npm:@mdx-js/preact@latest"
}
}
} Looks like this is tracked here: preactjs/next-plugin-preact#53 and here: preactjs/preact#3512 I think I'll open an new issue on preactjs/preact to see if they have any thoughts. I would like not to have to set |
Minimal sample:
nextra-preact.zip
Steps to reproduce:
package.json
:Stacktrace:
The text was updated successfully, but these errors were encountered: