Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 3.81 KB

dev-ing-error-not-yet.md

File metadata and controls

71 lines (55 loc) · 3.81 KB
title tags created modified
dev-ing-error-not-yet
dev
error
not-yet
2021-03-29 18:54:26 UTC
2021-03-29 19:29:15 UTC

dev-ing-error-not-yet

not-yet

  • next刷新ide界面时, GET http://localhost:3000/thread?id=sdhfjlds 500 (Internal Server Error)

    • No resource with given identifier found
    • 刷新页面时,这个get请求发生在最开始的时刻
  • vscode 的 quick fix 偶尔会缺少

    • Add all missing members
  • ERROR in ./example-client/components/common/error-boundary.tsx

    • Module build failed (from ../../node_modules/@linaria/webpack5-loader/lib/index.js):
    • Error: /home/yaoo/Documents/repos/yaoo-toys/lts/nostalgia-studio/node_modules/@udecode/plate-core/dist/index.es.js has no shaker metadata
    • linaria对三方包的代码不友好,使用了反引号模版字符串会异常,解决方法是fork三方包源码自己打包

done