Skip to content

Commit

Permalink
fix: register should be used instead of manager
Browse files Browse the repository at this point in the history
React native's stable version uses 5.3 where register is still the correct import
  • Loading branch information
dannyhw committed Oct 25, 2022
1 parent 065bd82 commit 68cbcb7
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,3 +1,3 @@
import '@storybook/addon-actions/manager';
import '@storybook/addon-links/manager';
import '@storybook/addon-knobs/manager';
import '@storybook/addon-actions/register';
import '@storybook/addon-links/register';
import '@storybook/addon-knobs/register';

0 comments on commit 68cbcb7

Please sign in to comment.