Tomek Romik
Tomek Romik
There's a problem with includes reusability. It seems that once resource is included, it is no longer available to deserializer # Input ```js { data: [ { type: 'posts', id:...
When trying to run `node_modules/.bin/electron -r babel-register .` package interprets `-r` as directory argument and fails to start. It would be nice to respect electron CLI arguments with `electron-compile`
### What is the current behavior? In codesandbox: 1) Add section 2) Move newly added section before current one 3) Try to type something in nested item input 4) Error...
When using `exports default { ... }`, `require('./components/Example.vue')` returns object with `default` key as content. ``` javascript export default { data() { return { counter: 0 } }, methods: {...
`antd` version: `5.19.3` `@ant-design/icons` version: `5.4.0` `@ant-desgin/cssinjs` version: `1.21.0` When using ant-icons with cssinjs ``, `.anticon` class has too high specificity and overrides colors for icons for example in ``...