eeve
eeve
can not work in Chart.js 2.5.0
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 ```  正常来讲应该是这样写的,但是权重不够 ```tsx ``` 
正则方法随便写两个就是错的,不要误人子弟 ```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?
@flsion