Valerii Smirnov

Results 44 issues of Valerii Smirnov

### Minimal reproducible example https://github.com/XantreGodlike/expo49-bare-expo-gl-crashes.git ### Summary expo-gl 13.0.1 - 13.2.0 react-native 0.72.4 Expo gl crashes on android debug mode when renders @react-three/fiber `` Logs from flipper ``` 14:58:54.432 928...

stale
needs review

Repro: ```ts import crypto from 'react-native-quick-crypto' const sha3 = crypto.createHash('sha3-256') console.log('hashes:', crypto.getHashes(),'sha3', sha3.update(new Uint8Array(20)).digest('hex')) = ``` Result: ``` hashes: ["sha1", "sha224", "sha256", "sha384", "sha512", "md5", "rmd160", "sha224WithRSAEncryption", "RSA-SHA224", "sha256WithRSAEncryption", "RSA-SHA256",...

bug

## Expected Behavior Command is executed correctly ## Actual Behavior Command failed ## Steps to Reproduce the Problem 1. Try to execute any command ```js const {$} = await import('zx')...

Based on @ywang1724 pr #342. Appreciate for help. Added tests of reactiveness for `React.lazy` and `React.forwardRef` and made program to pass it. Updated pnpm-lock while installation, because ci failed

Correct setup: ``` module.exports = { plugins: [ ['module:@preact/signals-react-transform'], ], } ``` Preact signals transform using @preact/signals-react, so it still patching react and we will have the same issues (#346...

react

``` Warning: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might...

I am using `@tanstack/react-router` which using `useSyncExternalStoreWithSelector` i've worked with this combo for week, but yesterday it started to throw inside react internals. I has really long research and fixed...

react

There just no code to handle this case. I was working for library that wraps components with proxy. So full here typesafe implementation of wrapping components with proxy. ```ts const...

react

Updated lockfile to fix CI Partially based on #391