-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Allow rendering in document #4564
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
Conversation
Size Change: +101 B (+0.16%) Total Size: 62.5 kB
ℹ️ View Unchanged
|
📊 Tachometer Benchmark ResultsSummary⏳ Benchmarks are currently running. Results below are out of date. duration
usedJSHeapSize
Results⏳ Benchmarks are currently running. Results below are out of date. create10kduration
usedJSHeapSize
filter-listduration
usedJSHeapSize
hydrate1kduration
usedJSHeapSize
many-updatesduration
usedJSHeapSize
replace1kduration
usedJSHeapSize
run-warmup-0
run-warmup-1
run-warmup-2
run-warmup-3
run-warmup-4
run-final
text-updateduration
usedJSHeapSize
tododuration
usedJSHeapSize
update10th1kduration
usedJSHeapSize
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, lets add a test if possible
@marvinhagemeister Yes, sorry was a bit quick here was stuck on the test as I needed to change something in the tests first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't suppose Remix is willing to switch to using document.documentElement
? Seems a bit odd to use plain document
.
3aba943
to
e833b97
Compare
Resolves #3794
When we want to render straight into
document
we have to alias it to.documentElement
as this is used in Remix we could consider supporting it, or moving it to compat.