You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom hook useUpdateEffect.ts needs to explicitly return the forwarded effect() in order to properly execute the cleanup function (if one exists).
🛠 Misc
Replaced regex + string.replace() with native trim() method in utility function trimAndFormatFilterStr.
Bumped @storybook/react, @storybook/addon-storysource, @storybook/addons packages to v5.3.0 and update configuration files in directory ".storybook" to utilize the new recommended config setup (using main.js, manager.js, and preview.js files).