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

Fix no storage events #72

Closed
wants to merge 1 commit into from
Closed

Conversation

psiinon
Copy link
Member

@psiinon psiinon commented Sep 19, 2023

No description provided.

Signed-off-by: Simon Bennetts <[email protected]>
@@ -42,7 +42,7 @@ class ReportedObject {
id: string,
nodeName: string,
text: string | null,
url: string = window.location.href
url: string
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI this was the bug - window was not defined in some cases

@psiinon
Copy link
Member Author

psiinon commented Sep 19, 2023

Will see if I can add an integration test which would have failed...

@psiinon
Copy link
Member Author

psiinon commented Sep 19, 2023

Doesnt seem to be picking up my latest changes 😦
Will close and reopen..

@psiinon psiinon closed this Sep 19, 2023
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.

2 participants