Skip to content

Commit eeb84cb

Browse files
inomdzhonactions-user
authored andcommitted
fix(storybook): import React in source-tab register (#9858)
Было сломано с `\>= 8.0.0`.
1 parent 60040c6 commit eeb84cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/vkui/.storybook/addons/source-tab/register.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import * as React from 'react';
12
import { addons, types } from 'storybook/manager-api';
23
import { SourceTab } from './SourceTab';
34
import { ADDON_ID, PANEL_ID } from './constants';

0 commit comments

Comments
 (0)