Showbuger
Showbuger
无法找到模块“markdown-navbar”的声明文件。“f:/LearnCode/Front-end/Project/test-ts-reactmarkdown/node_modules/markdown-navbar/dist/index.js”隐式拥有 "any" 类型。 尝试使用 `npm i --save-dev @types/markdown-navbar` (如果存在),或者添加一个包含 `declare module 'markdown-navbar';` 的新声明(.d.ts)文件ts(7016)
## When I use the react-date-range its style was lost I use this in Vite and tailwindcss enviroment. ## [BUG] Bug Reproduce Steps I just yarn add react-date-range date-fns. And...
 组件
``` function reconcileChildren(wipFiber, elements) { let index = 0; let oldFiber = wipFiber.alternate && wipFiber.alternate.child; let prevSibling = null; while (index < elements.length || oldFiber != null) { const element...
ERR! (undefined) /Users/zhihu/zhi-da-browser-client_test/node_modules/.pnpm/@[email protected]/node_modules/@neodrag/react/dist/index.js ERR! TypeError: this.getOptions is not a function Can not use this lib even just import this lib and console.log(useDraggable)