@appcorp/fusion-storybook 0.1.55 → 0.1.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -279,7 +279,7 @@ export const useWorkspaceModule = () => {
279
279
  }
280
280
  };
281
281
  fetchPlans();
282
- }, [showToast, t]);
282
+ }, []); // eslint-disable-line react-hooks/exhaustive-deps
283
283
  // ============================================================================
284
284
  // RETURN
285
285
  // ============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/fusion-storybook",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",