陈志辉
Results
2
issues of
陈志辉
### Describe the bug animationFrames will add subscriptions again again before unsubscribe. ### Expected behavior Here I describe the problem. I can't find the logic of removing sub subscription inside...
in this file: https://github.com/dai-shi/react-tracked/blob/main/src/createTrackedSelector.ts this line: ` if (typeof process === 'object' && process.env.NODE_ENV !== 'production') { ` my bundler will replace `process.env.NODE_ENV` with `development`, but `process` is `undefined`. then,...