Petter

Results 3 comments of Petter

``` if (typeof URL !== 'undefined') { delete URL; } ```

Manually set the display name solved this for me switch.tsx ... Switch.displayName = 'Switch'; ...

Temp fix ``` # file.mdx import { Source } from '@storybook/addon-docs'; ```