-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
feat: react 19 ftw #7329
base: main
Are you sure you want to change the base?
feat: react 19 ftw #7329
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -60,13 +60,15 @@ export default async function compileMDX( | |||
.join('\n'); | |||
|
|||
// Turn the MDX we just read into some JS we can execute. | |||
const {remarkPlugins} = require('../../plugins/markdownToHtml'); | |||
// const {remarkPlugins} = require('../../plugins/markdownToHtml'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check why we aren't able to use remark / rehype plugins after upgrading it.
getting
Error: Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither
// const cached = await store.get(hash); | ||
// if (cached) { | ||
// console.log( | ||
// 'Reading compiled MDX for /' + path + ' from ./node_modules/.cache/' | ||
// ); | ||
// return cached; | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for now removed caching re enable before we push it to main
type: type, | ||
key: key, | ||
ref: null, | ||
props: props, | ||
_owner: null, | ||
_store: null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im unsure what this is used for and also should I update react to soft check for _store?
update: works in local properly
build fails due to