Remove isStorybook util
This commit is contained in:
@ -1,3 +0,0 @@
|
|||||||
export const isStorybook =
|
|
||||||
typeof window === "object" &&
|
|
||||||
Object.keys(window).find(key => key.startsWith("__STORYBOOK")) !== undefined;
|
|
Reference in New Issue
Block a user