Showbuger

Results 6 issues of 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...

![image](https://user-images.githubusercontent.com/73927445/109279827-2f891b80-7855-11eb-9160-c9b8b940a93e.png) 组件

``` 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)