cyrus

Results 7 comments of cyrus

we are using Lerna for creating an application with multiple packages, most of the packages are using react, and we are going to migrate them to Preact, they all using...

thanks for the advice, I will look into it when I get a chance.

Use css rules: https://github.com/daybrush/moveable/issues/478 https://github.com/daybrush/moveable/blob/808d27f102ac121fa2e9c4fb0d73ff926b727dce/custom_css.md#default-css

Sorry for the late response, here is the simplified condition: ``` export type Conditional = T extends object ? { a: object } : { s: string }; export type...

I don't have a problem with this at the moment, but will look into it if I get a chance ;)

@dominuslabs set [higher z-index](https://stackoverflow.com/a/1120068/1103757) on `mousemove`

@dominuslabs difficult to say, as you have mentioned it could be the iframe, im using higher z-index in my [code](https://github.com/ccpu/storybook-addon-playwright/blob/76d492c852ec5fe3caedb08eac8db699818811d4/src/api/server/utils/install-mouse-helper.ts#L13) with playwright, haven't noticed any problem yet.