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 ba01956 commit 33d969aCopy full SHA for 33d969a
src/useDynamicTabs/useDynamicTabs.js
@@ -21,7 +21,7 @@ function useDynamicTabs(getDeps, options = {}) {
21
api.trigger('onInit', api.userProxy);
22
});
23
useLayoutEffect(() => {
24
- api.trigger('_onFlushEffects', api.userProxy, { currentData: api.getCopyData() });
+ api.trigger('_onFlushEffects', api.userProxy, { currentData: api.getCopyData(), instance: api.userProxy });
25
}, [flushState]);
26
27
const oldState = api.getCopyPerviousData()
0 commit comments