This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
dioxus
Watch
2
Star
0
Fork
You've already forked dioxus
0
mirror of
https://github.com/DioxusLabs/dioxus
synced
2024-12-23 19:13:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
73047fe956
dioxus
/
packages
/
core
/
.vscode
/
settings.json
3 lines
48 B
JSON
Raw
Normal View
History
Unescape
Escape
Feat: include the helper
2021-02-03 07:26:04 +00:00
{
feat: props memoization is more powerful This commit solves the memoization , properly memoizing properties that don't have any generic parameters. This is a rough heuristic to prevent non-static lifetimes from creeping into props and breaking our minual lifetime management. Props that have a generic parameter are opted-out of the `partialeq` requirement and props *without* lifetimes must implement partialeq. We're going to leave manual disabling of memoization for future work.
2021-06-22 21:20:54 +00:00
"rust-analyzer.inlayHints.enable"
:
false
Feat: include the helper
2021-02-03 07:26:04 +00:00
}
Reference in a new issue
Copy permalink