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 issue with pages not clearing properly #5955

Merged
merged 2 commits into from
Aug 22, 2023
Merged

Fix issue with pages not clearing properly #5955

merged 2 commits into from
Aug 22, 2023

Conversation

iHiD
Copy link
Member

@iHiD iHiD commented Aug 21, 2023

.querySelectorAll('[data-tooltip-type][data-endpoint]')
.forEach((elem) => renderTooltip(mappings, elem))
}

Copy link
Member Author

Choose a reason for hiding this comment

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

I just flipped the order of this function with the renderTooltip one. You can ignore this and the related change below.

@@ -20,7 +20,7 @@
"@exercism/codemirror-lang-wren": "https://github.com/exercism/codemirror-lang-wren",
"@exercism/twine2-story-format": "https://github.com/exercism/twine2-story-format.git",
"@gleam-lang/highlight.js-gleam": "^1.0.0",
"@hotwired/turbo-rails": "^7.1.3",
"@hotwired/turbo-rails": "^7.3.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

Events didn't fire properly in 7.1.3.

Copy link
Member

@dem4ron dem4ron left a comment

Choose a reason for hiding this comment

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

Looks good! I'll refactor and 'typescriptize' react-bootloader. But feel free to merge this :)

@iHiD iHiD merged commit 91c14b7 into main Aug 22, 2023
@iHiD iHiD deleted the fix-react-unload branch August 22, 2023 11:14
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