Files
react/packages/react-debug-tools
Lauren Tan fa5ac23cd0 [crud] Narrow resource type
Small refactor to the `resource` type to narrow it to an arbitrary object or void/null instead of the top type. This makes the overload on useEffect simpler since the return type of create is no longer widened to the top type when we merge their definitions.
2025-01-23 15:22:44 -05:00
..
2025-01-23 15:22:44 -05:00

react-debug-tools

This is an experimental package for debugging React renderers.

Its API is not as stable as that of React, React Native, or React DOM, and does not follow the common versioning scheme.

Use it at your own risk.