Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
useTrackRenders
should be usable inside of wrappers
This swaps the `ParentWrapper` and `Wrapper` components in the `render` function call, so that calls that require context (e.g. `useTrackRenders`) can also be used in user-supplied `wrapper` options.
- Loading branch information