Refactor StoryProgressSegment to have better controlled animations

This commit is contained in:
Jamie Kyle
2024-08-13 15:19:34 -07:00
committed by GitHub
parent a973c27fd4
commit 74b90a5cdd
16 changed files with 171 additions and 147 deletions

View File

@@ -172,6 +172,13 @@ const rules = {
'`with` is disallowed in strict mode because it makes code impossible to predict and optimize.',
},
],
'react-hooks/exhaustive-deps': [
'error',
{
additionalHooks: '^(useSpring|useSprings)$',
},
],
};
const typescriptRules = {