proxy-client-react
proxy-client-react copied to clipboard
Fix context value reference changing across rendering
Related Issues
- #193
About the changes
Implemented useCallback to maintain stable function references across render cycles. This prevents performance issues caused when unmemoized functions create new instances on each render.
Important files
FlagProvider.tsx:109-150