-
Notifications
You must be signed in to change notification settings - Fork 228
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
Wrong typing of Application.electron on Spectron 13.0.0 #878
Comments
andersk
added a commit
to andersk/spectron
that referenced
this issue
Jul 8, 2021
Fixes electron-userland#878, electron-userland#998. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
andersk
added a commit
to andersk/spectron
that referenced
this issue
Jul 8, 2021
Fixes electron-userland#878, fixes electron-userland#998. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
andersk
added a commit
to andersk/spectron
that referenced
this issue
Sep 16, 2021
Fixes electron-userland#878, fixes electron-userland#998. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
andersk
added a commit
to andersk/spectron
that referenced
this issue
Jan 11, 2022
Fixes electron-userland#878, fixes electron-userland#998. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
andersk
added a commit
to andersk/spectron
that referenced
this issue
Feb 2, 2022
Fixes electron-userland#878, fixes electron-userland#998. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the type of
Application.electron
isElectron.RemoteMainInterface
but logging the keys ofapp.electron
it seems that it should beI was using
ipcRenderer
and TS linter complainedProperty 'ipcRenderer' does not exist on type 'RemoteMainInterface'.
The text was updated successfully, but these errors were encountered: