psychobolt

Results 81 comments of psychobolt

$Supertype and $Subtype are deprecated utilities on the official [docs](https://flow.org/en/docs/types/utilities/#toc-supertype)

Yes I assumed ```--coverageProvider=v8``` would work. However, that seems to not work as well.

I have simple tests in my repo. You can check it out: https://github.com/psychobolt/yeoman-generator-boilerplate/pull/20

Should we support single asterisk notation? If so, there could be a collision with: https://github.com/vercel/turbo/issues/4145

Workaround is to pass the permissive flag and use a string type, then find the arg value manually: ```js // cmd.js const defaultSince = 'origin/main'; const { _ = [],...

Seems like this is working in v4: ```sh Checking out the ref /usr/bin/git checkout --progress --force cb8c0fc06f38f9654cffb81401c0161360f27407 Note: switching to 'cb8c0fc06f38f96[54](https://github.com/psychobolt/vite-storybook-boilerplate/actions/runs/7253475231/job/19760149044#step:2:61)cffb81401c0161360f27407'. You are in 'detached HEAD' state. You can look...

> These temporary files also cause `tsconfig.json` to throw a linter warning with configurations that do not have any issues in the absence of these files: > > ``` >...

Thanks for creating this issue. What React version are you using?

I suppose we should look into [clearContainer](https://github.com/psychobolt/react-paperjs/blob/219025b47748eaaa9e3e984c9745adf4f20084a4/src/Paper.renderer.js#L101) and see if that method gets trigger on [container unmount](https://github.com/psychobolt/react-paperjs/blob/219025b47748eaaa9e3e984c9745adf4f20084a4/src/Paper.container.js#L58).

Will look into it when I have a chance. Could be that it's not being detected as a change through [`diffProps`](https://github.com/psychobolt/react-paperjs/blob/0021f277f28fb027831715958e91720a8d9d24d4/src/Paper.component.js#L15), or we need special handling for `size` prop for...