You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* perf: use createElement when cloning
To avoid duplicating logic, we can use `createElement` with
pre-populated props.
* chore: reduce search logic
* perf: reuse matched flag
* chore: put the function inline again
* perf: simplify to a ternary
* perf: revert clone function
---------
Co-authored-by: James Garbutt <[email protected]>
0 commit comments