Ron Marks
Ron Marks
I want to integrate this into my CI pipeline so every time we merge to master the storybook will get updated. However, right now when running this script the cloudfront...
In all my modal components, I either return a response, or if the user closes the modal I do something like this: ``` { modal.resolve(false); modal.remove(); }} > ``` However,...
Add `resolveFalseAndRemove` helper function to modal handler as described here: https://github.com/eBay/nice-modal-react/issues/88
I'm loading brightcove's videojs script dynamically as provided in their documentation example: https://support.brightcove.com/brightcove-player-sample-loading-player-dynamically how would I use the videojs-overlay with that? Is there a seperate cdn for this script?