You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot set properties of undefined (setting 'inTable')
at Object.enterTable (index.js:78:1)
at compile (index.js:363:1)
at fromMarkdown (index.js:193:1)
at parser (index.js:18:24)
at Function.parse (index.js:273:1)
at ReactMarkdown (react-markdown.js:106:1)
at renderWithHooks (react-dom.development.js:16305:1)
at mountIndeterminateComponent (react-dom.development.js:20074:1)
at beginWork (react-dom.development.js:21587:1)
at HTMLUnknownElement.callCallback (react-dom.development.js:4164:1)
at Object.invokeGuardedCallbackDev (react-dom.development.js:4213:1)
at invokeGuardedCallback (react-dom.development.js:4277:1)
at beginWork$1 (react-dom.development.js:27451:1)
at performUnitOfWork (react-dom.development.js:26557:1)
at workLoopSync (react-dom.development.js:26466:1)
at renderRootSync (react-dom.development.js:26434:1)
at recoverFromConcurrentError (react-dom.development.js:25850:1)
at performConcurrentWorkOnRoot (react-dom.development.js:25750:1)
at workLoop (scheduler.development.js:266:1)
at flushWork (scheduler.development.js:239:1)
at MessagePort.performWorkUntilDeadline (scheduler.development.js:533:1)
Affected runtime and version
node 18
Affected package manager and version
pnpm
Affected OS and version
ubuntu 22.04
Build and bundle tools
Next.js
The text was updated successfully, but these errors were encountered:
Because we treat issues as our backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn’t an exact duplicate but is closely related.
A major version release is rolling out across all: mdx, unified, remark, rehype, and micromark packages.
This includes both type changes (static analysis error) and changes to the parser (potential runtime error) if the major versions are mismatched.
Hold on version 3 of remark-gfm, until the next major of react markdown is released
Initial checklist
Affected packages and versions
2.0.0
Link to runnable example
No response
Steps to reproduce
Expected behavior
Does not crash on type error on this MD: https://github.com/capaj/authier-pm-web/blob/bump-deps-oct-2023/pages/features.md
Actual behavior
Affected runtime and version
node 18
Affected package manager and version
pnpm
Affected OS and version
ubuntu 22.04
Build and bundle tools
Next.js
The text was updated successfully, but these errors were encountered: