roman zanettin
roman zanettin
would be very nice to have this. since the major upgrade from v4 to v5 the sorting output of the css is not longer the same (browser specific prefixed properties...
Hi @Kethku Thanks for your question. Incompose was first just an adoption of recompose for inferno. That's why all files are "pure" JS files. I have plans to change them...
ready for review with the `@next` flag on npm/yarn. thanks for your feedback.
tested the node adapter which is working as expected 👍
`npm run preview` does not work because of #1393
solved with `0.11.1`
Hi @MeRahulAhire Just gave it a quick run on `0.12.1` and on my end everything is working. Do you and/or @Starnamics wants to give it a spin as well? Tested...
Hi Glenn 👋 Tried it on my MBP M1 as well on a fork of `🌎 Qwik v0.12.1-dev20221030202837 [node v17.9.0, linux/arm64]` without an issue: ``` root@3e383f3965a3:/workspaces/qwik-fork# yarn build (node:93585) ExperimentalWarning:...
Thx @Oyemade 🙏 Retested it as well and yes it fails during `yarn install` also within the devcontainer. **log** ``` # This file contains the result of Yarn building a...
just remove the `netlifyEdge(...)` config from `vite.config.ts` file is sufficient to overcome it on my side 👍