Last 12 weeks ยท 0 commits
5 of 6 standards met
Describe the bug Perhaps the version is too outdated.... Reproduction https://stackblitz.com/edit/react-19-beta-actions-usuelymj?file=src%2FApp.jsx System Info Used Package Manager pnpm Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Describe the bug I experienced the issue on my codebase and I thought it was related with my code, but I reproduced the same error here: I am reproducing exactly the same sample of reactivue README. Expected result: no error thrown by lib and sample working correctly Actual result: error thrown by and "increase" button triggers the callback but we have no effects (counter value is still shown in DOM as ) !image Reproduction https://codesandbox.io/s/xenodochial-cookies-zzt8j2?file=/src/App.js System Info Used Package Manager npm Validations [X] Follow our Code of Conduct [X] Read the Contributing Guide. [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [X] The provided reproduction is a minimal reproducible of the bug.
Description Fix the issue of lifecycle and listener anomalies after hot updates onMounted is executed repeatedly after a HMR (it should not be executed) onUpdated accumulates execution after a HMR (it should not accumulate) Reproducible demo: https://codesandbox.io/s/goofy-mirzakhani-ew0mqv !demo Linked Issues Additional context
Description In dev mode, when multiple components are rendered at the same time, only the onMounted method of the last component was triggered, and its data was reactive. Reproducible demo: https://codesandbox.io/s/youthful-pond-ffv60s !demo We identified that the issue was caused by compatibility problems with React.StrictMode, and we resolved it by removing the compatibility. Linked Issues Additional context
Description support vue 3.2 using This change has been verified to work in my scoped npm package @cjy0208/reactivue online demo: https://codesandbox.io/s/agitated-satoshi-c34t7u I really like this tool and hope that this PR can help the 0.x version continue to work. Linked Issues #65 #64 #52 #51 #48 #45 Additional context
Repository: antfu/reactivue. Description: ๐ Use Vue Composition API in React components Stars: 1478, Forks: 38. Primary language: TypeScript. Languages: TypeScript (92.2%), JavaScript (7.8%). License: MIT. Topics: react, vue, vue-composition-api, vue-in-react. Open PRs: 17, open issues: 10. Last activity: 2y ago. Community health: 85%. Top contributors: antfu, sibbng, crutchcorn, CJY0208, Dav3rs, yi-tuan, sinoon.