Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Fixed exposeFunction not being awaited #632

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

Mike-Dax
Copy link
Contributor

exposeFunction should be awaited as per the docs

Closes #631

@Quramy Quramy merged commit 62bcea3 into reg-viz:master Feb 2, 2023
@Mike-Dax Mike-Dax deleted the fix-expose-function branch July 24, 2023 03:52
throwandgo added a commit to remix/storycap that referenced this pull request Oct 4, 2023
Pull in new changes from reg-viz/storycap, including the ability to shard screenshot captures across machines. We anticipate using this feature to ease the burden placed on individual CircleCI instances, since screenshot captures can be resource- and time-intensive.

Resolved conflicts on:
- packages/storycap/package.json
- packages/storycap/src/node/capturing-browser.ts
- packages/storycap/src/shared/screenshot-options-helper.ts

Since we last synced from upstream, the following changes have been accepted:
- Add the ability to screenshot a part of the screen (reg-viz#722)
- Fixed exposeFunction not being awaited (reg-viz#632)

We continue to maintain this fork because we're waiting for this issue to be addressed:
- Expose setViewport on window reg-viz#624

This sync is reflected in a version bump of our fork from 1.0.4 to 1.1.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Await exposeFunction in CapturingBrowser
2 participants