mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Remove type annotation from FAQ code example
This commit is contained in:
parent
e5ee77a2d1
commit
9507c7ea7e
@ -366,7 +366,7 @@ This works because Babel replaces `process.env.STORYBOOK` with the value of the
|
||||
the following will **NOT** work:
|
||||
|
||||
```javascript
|
||||
export function isRunningInStorybook(): boolean {
|
||||
export function isRunningInStorybook() {
|
||||
return typeof process?.env?.STORYBOOK !== 'undefined';
|
||||
// ReferenceError: process is not defined
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user