ink
ink copied to clipboard
React 19 scheduler
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)