Jacob Raihle
Jacob Raihle
### Version 2.5.16 ### Reproduction link [https://jsfiddle.net/sg0bkLhv/7/](https://jsfiddle.net/sg0bkLhv/7/) ### Steps to reproduce * Register a component with a slot * Use the component in a Vue instance with comments=true, filling the...
### Version 5.1.6 ### Reproduction link [https://github.com/raihle/vue-rollup-duplicate-css-repro](https://github.com/raihle/vue-rollup-duplicate-css-repro) ### Steps to reproduce Run `npm ci && npm run build`. Build output will be in `./dist/src`. ### What is expected? All components...
When a component is connected, preact-custom-element will loop through all attributes and set them as props on the component - both with the original casing and with a camelCased name....
Changes `resizeGrid` to fetch the current item's position after placing the item, instead of before. `findPositionForItem` returns the item in horizontal mode (so this works without issue), but a newly...
### Expected Behavior I expect to get the whole response in the "body" of the terraform data source. ### Actual Behavior I sometimes get a partial result, sometimes null. I...