mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
ADD todo as a reminder to remove this file at V6
This commit is contained in:
parent
136407f861
commit
0628997f48
@ -4,6 +4,8 @@ import deprecate from 'util-deprecate';
|
||||
import ReactCentered from './react';
|
||||
import VueCentered from './vue';
|
||||
|
||||
// TODO: REMOVE this entire file in V6.0.0
|
||||
|
||||
const Centered = deprecate(
|
||||
() => (window.STORYBOOK_ENV === 'vue' ? VueCentered : ReactCentered),
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user