ink icon indicating copy to clipboard operation
ink copied to clipboard

React 19 scheduler

Open Downchuck opened this issue 10 months ago • 0 comments

React 19 has some updates needed for the "HostConfig" - see: https://github.com/ahaoboy/react19-reconciler/blob/main/src/render.ts

Easy enough fix to bring up to date.

Debugging:

  "resolutions": {
    "react-reconciler": "0.32.0"
  }
yarn node --experimental-loader=@educandu/node-jsx-loader Ink.jsx
.yarn/__virtual__/react-reconciler-virtual-036b608c61/3/.yarn/berry/cache/react-reconciler-npm-0.32.0-9d60959fd4-10c0.zip/node_modules/react-reconciler/cjs/react-reconciler.development.js:12007
        : resolveUpdatePriority();
          ^

TypeError: resolveUpdatePriority is not a function
    at requestUpdateLane (.yarn/__virtual__/react-reconciler-virtual-036b608c61/3/.yarn/berry/cache/react-reconciler-npm-0.32.0-9d60959fd4-10c0.zip/node_modules/react-reconciler/cjs/react-reconciler.development.js:12007:11)

Downchuck avatar May 04 '25 01:05 Downchuck