Skip to content

Commit

Permalink
Merge pull request #153 from edx/mloturco/modal-bootstrap-fix
Browse files Browse the repository at this point in the history
feat(modal): add parentSelector prop, use portals
  • Loading branch information
Mjloturco committed Apr 27, 2018
2 parents ae9dd7e + 645ceb4 commit 4b3a02f
Show file tree
Hide file tree
Showing 6 changed files with 213 additions and 778 deletions.
5 changes: 4 additions & 1 deletion .storybook/Storyshots.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jest.mock("react-dom", () => {
render: () => null,
unmountComponentAtNode: () => null,
findDOMNode: () => null,
createPortal: () => null,
};
});

initStoryshots();
initStoryshots({
storyKindRegex: /^((?!.*?Modal).)*$/,
});
Loading

0 comments on commit 4b3a02f

Please sign in to comment.