Ted
Ted
atRule is not a constructor in postcss 8.0.3; so need to use `AtRule` alter it or remove `new` keywords. refer: https://postcss.org/api/#postcss-atrule
``` "devDependencies": { "jest": "^25.4.0", "postcss": ">=5.0.2" }, "peerDependencies": { "postcss": ">=5.0.2" } ``` 这样使用会出现今天的问题,即 postcss 更新 version 8 导致 插件 landscape: true 时 打包报错: TypeError: postcss.atRule is not a...
自定义组件如果参数设置为必传会报 Property 'params' is missing in type '{}' but required in type 相关错误 代码: ```
`react-textarea-autosize` Style type internal conflict and `CSSProperties` default supports `height` property, so I think we can remove union type
i try to use it in web browser, but return exports is not defined error;