Garfield Lee
Garfield Lee
Same issue here. `@radix-ui/react-dropdown-menu v2.0.6` https://github.com/radix-ui/primitives/assets/3471836/da503b35-7065-4e6b-bd38-03b83e373581
Same issue ``` Error: ENOENT: no such file or directory, open 'tailwindcss/package.json' at readFileSync (node:fs:442:20) at file:///Volumes/workspaces/fronted-monorepo/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/eslint-plugin-better-tailwindcss/lib/esm/async-utils/version.js:25:40 ```
你试试改 scss 里的 `$hd` 变量会不会有效果。 https://github.com/NervJS/taro-ui/blob/9fb3515e82c98f234dcd789a98bdec62ee561f22/src/style/variables/default.scss#L7
用法错了,参考 https://reactjs.org/docs/render-props.html
新的历史遗留问题,这个实现有问题,晚上我研究下
Render Props 编译出来的 `slot` 似乎有点问题。 ```vue Hello world! 这也是内容区 可以随意定义功能 ``` 