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