Skip to content

Commit

Permalink
Use v4 UUID instead of v1 for action IDs (#7397)
Browse files Browse the repository at this point in the history
Use v4 UUID instead of v1 for action IDs
  • Loading branch information
ndelangen authored Jul 13, 2019
2 parents 91d19fc + 82dbd51 commit 9096f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/actions/src/preview/action.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import uuid from 'uuid/v1';
import uuid from 'uuid/v4';
import { addons } from '@storybook/addons';
import { EVENT_ID } from '../constants';
import { ActionDisplay, ActionOptions, HandlerFunction } from '../models';
Expand Down

0 comments on commit 9096f57

Please sign in to comment.