We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18805db commit 6efeeb3Copy full SHA for 6efeeb3
src/List.tsx
@@ -61,7 +61,7 @@ const List: React.FunctionComponent<ListProps> = ({
61
return [keyManager.keys[pathName], namePath.slice(len + 1)];
62
},
63
}),
64
- [prefixName],
+ [prefixName, keyManager.keys],
65
);
66
67
// User should not pass `children` as other type.
0 commit comments