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
有的时候会报,但是有时不会,特别是打包后服务重启后,跳转找不到这个资源报错的概率会很高。有的时候清除了缓存会好,但是有的时候清楚了缓存还是不行,怀疑可能和缓存有关系,或者和代码架构有关系。
但是经常点击菜单或者按钮跳转(使用navigate)的时候,就会报这个错误如下:
Can not read properties of null (reading 'default'), lib-react这个资源请求报错
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
环境概要:
使用monorepo组织架构,使用的路由是约定路由。
node: v18.19.1
pnpm: 8.11.0
我采用的是 modern-js/monorepo, package如下:
"@modern-js/monorepo-tools": "2.45.0",
"@modern-js/eslint-config": "2.45.0",
"@modern-js/tsconfig": "2.45.0",
"@modern-js-app/eslint-config": "2.45.0",
"lint-staged": "~13.1.0",
"prettier": "^2.6.2",
"husky": "^8.0.0",
"@modern-js/builder-rspack-provider": "2.45.0"
有的时候会报,但是有时不会,特别是打包后服务重启后,跳转找不到这个资源报错的概率会很高。有的时候清除了缓存会好,但是有的时候清楚了缓存还是不行,怀疑可能和缓存有关系,或者和代码架构有关系。
但是经常点击菜单或者按钮跳转(使用navigate)的时候,就会报这个错误如下:
Can not read properties of null (reading 'default'), lib-react这个资源请求报错
在最外层monorepo项目中的配置是:
项目配置是:
Beta Was this translation helpful? Give feedback.
All reactions