ADD todo as a reminder to remove this file at V6

This commit is contained in:
Norbert de Langen 2019-01-18 21:57:28 +01:00
parent 136407f861
commit 0628997f48

View File

@ -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),
`