Skip to content

Commit

Permalink
fix: remove bridge dependency from useStoryblokState
Browse files Browse the repository at this point in the history
  • Loading branch information
arorachakit committed Jan 10, 2024
1 parent 68e1651 commit 8d59c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const useStoryblokState: TUseStoryblokState = (
bridgeOptions
);

}, [initialStory, isBridgeEnabled]);
}, [initialStory]);

return story;
};

0 comments on commit 8d59c3a

Please sign in to comment.