Skip to content

Commit

Permalink
Fix deepscan
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Sep 11, 2022
1 parent d8dc429 commit 3542152
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import globalThis from 'global';
import { createElement } from 'react';
import { Title, Primary } from '@storybook/addon-docs';

// FIXME: do this using basic React functions for multi-framework
// once sandbox linking is working
//
// import { createElement } from 'react';
// import { Title, Primary } from '@storybook/addon-docs';
//
// const Override = () =>
// createElement('div', { style: { border: '10px solid green', padding: '100px' } }, [
// createElement(Title),
Expand Down

0 comments on commit 3542152

Please sign in to comment.