Moris R.
Moris R.
Hey, It's my first time using rollup as a bundler and I'm facing a strange bug when it comes to handling css "url()" values I'm importing a less file with...
### What would you like? I'd like to be able to parse CLI arguments passed to the "[open](https://docs.cypress.io/guides/guides/module-api#cypressopen)" command similar to how "[parseRunArguments](https://docs.cypress.io/guides/guides/module-api#parseRunArguments)" works for the "[run](https://docs.cypress.io/guides/guides/module-api#cypressrun)" command. ### Why...
While using the `useCopyToClipboard` hook I noticed that the 2nd argument returned by the hook (the `copyToClipboard` callback) does not match the typescript signature. https://github.com/uidotdev/usehooks/blob/945436df0037bc21133379a5e13f1bd73f1ffc36/index.d.ts#L126-L129 By adding a `return` before...