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

inject request method #173

Merged
merged 2 commits into from
Aug 26, 2024
Merged

inject request method #173

merged 2 commits into from
Aug 26, 2024

Conversation

turbocrime
Copy link
Contributor

temporary fix to mitigate missing request method

@@ -57,6 +57,7 @@ class PraxInjection {
private stateEvents = new EventTarget();

private injection: Readonly<PenumbraProvider> = Object.freeze({
request: () => this.postConnectRequest().then(() => Promise.resolve()),
Copy link
Contributor

Choose a reason for hiding this comment

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

issue (blocking): can you add code documentation on the fact that this is temporary and should be removed after a pd point release?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

commented

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was approved by another review, but you've left a blocking comment, so i will avoid merging this unless you re-review.

go ahead and merge this if you intend to include it in a release.

@TalDerei TalDerei self-requested a review August 23, 2024 21:59
@turbocrime
Copy link
Contributor Author

i think this should be part of a fix release, rather than waiting on another solution.

Copy link
Contributor

@grod220 grod220 left a comment

Choose a reason for hiding this comment

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

Merging to include in next release

@grod220 grod220 merged commit e0da705 into main Aug 26, 2024
3 checks passed
@grod220 grod220 deleted the turbocrime/inject-request-method branch August 26, 2024 08:03
@grod220
Copy link
Contributor

grod220 commented Aug 26, 2024

Will have to roll this one back. Looks like it works on first page load, but subsequent ones, it cannot make a connection:

Screenshot 2024-08-26 at 11 50 49 AM

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.

3 participants