This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
leptos
Watch
1
Star
0
Fork
You've already forked leptos
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a8cc450939
leptos
/
leptos_dom
History
Greg Johnston
5f2b92c267
Without a doubt, this is the stupidest and most frustrating bug I've ever created. Essentially, DOM nodes weren't being replaced or removed correctly because `current` was stuck on its origins in a DocumentFragment. It looked like some frustrating situation in which returns from appendChild were still referring back to the fragment, etc. No — I just literally wasn't ever using the return value, and instead was using the original value from the function call. Ridiculous, but so satisfying when it suddenly fixed a bunch of issues.
2022-08-01 18:42:33 -04:00
..
src
Without a doubt, this is the stupidest and most frustrating bug I've ever created. Essentially, DOM nodes weren't being replaced or removed correctly because `current` was stuck on its origins in a DocumentFragment. It looked like some frustrating situation in which returns from appendChild were still referring back to the fragment, etc. No — I just literally wasn't ever using the return value, and instead was using the original value from the function call. Ridiculous, but so satisfying when it suddenly fixed a bunch of issues.
2022-08-01 18:42:33 -04:00
Cargo.toml
Initial commit
2022-07-31 16:46:14 -04:00