eeve

Results 11 comments of eeve

Same problem My problem is that there is no permission to create a folder under storage So I started docker using root The problem is solved, but is there any...

same problem ``` 1 error found. ERROR in ./node_modules/.pnpm/[email protected]_n44kum6kqnww4ip7bq4mbkucqa/node_modules/react-sortablejs/dist/index.js 160:55 Module parse failed: Unexpected token (160:55) You may need an appropriate loader to handle this file type, currently no loaders...

fallback to version 6.1.1

同样的问题,我是使用`babel-plugin-import`按需加载了antd组件库的样式,然后在代码中又使用`theme-ui`自定义了某些antd组件的样式,然后就会出现这样的问题。 目前没有办法控制`babel-plugin-import`导入组件css和`theme-ui`生成css两者的顺序。 只能暂时通过类似下面这样的代码来提升css选择器权重。 ```tsx ``` ![image](https://user-images.githubusercontent.com/16770728/176818309-3488741f-3894-4552-9efe-b1b9ba80be41.png) 正常来讲应该是这样写的,但是权重不够 ```tsx ``` ![image](https://user-images.githubusercontent.com/16770728/176818270-f1cd16ec-95fe-46e3-919f-0883ec64a67f.png)

正则方法随便写两个就是错的,不要误人子弟 ```js sIndexOf('sss\^asdsad', '^') 0 'sss\^asdsad'.indexOf('^') 3 sIndexOf('sss$asdsad', '$') 10 'sss$asdsad'.indexOf('$') 3 sIndexOf('sss[$asdsad', '[') Uncaught SyntaxError: Invalid regular expression: /[/: Unterminated character class 'sss[$asdsad'.indexOf('[') 3 ```

has this PR been abandoned?