Skip to content

Commit

Permalink
fix(react): fix smart select lifecycle hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 4, 2021
1 parent 0f28259 commit d40b13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/shared/use-smart-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export const useSmartSelect = (smartSelect, smartSelectParams, f7SmartSelect, ge
useEffect(() => {
onMount();
return onDestroy;
});
}, []);
};

0 comments on commit d40b13f

Please sign in to comment.