mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Refactor StoryProgressSegment to have better controlled animations
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user