Unfortunately Stackblitz does not support Node v20. Check reproduction code here : https://github.com/Varkoff/react-router-type-error-with-markdoc Since upgrading to React Router v7.2.0, I've been getting thisType 'unknown' is not assignable to type 'RenderableTreeNodes'.ts(2322)error. Can ...