dioxus/packages/check
Evan Almloff 0662033c84
Fix early drop of eventhandlers (#2126)
* fix early drop of eventhandlers

* add a test for stale props that are memorized in place

* fix clippy
2024-03-22 14:37:02 -07:00
..
src Fix early drop of eventhandlers (#2126) 2024-03-22 14:37:02 -07:00
Cargo.toml fix hotreloading issues in the CLI 2024-03-12 13:39:42 -07:00
README.md Include README and Dioxus logo in package docs (#1536) 2023-10-10 10:52:48 -05:00

dioxus-check

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

dioxus-check analyzes Dioxus source code and reports errors and warnings. Primarily, it enforces the Rules of Hooks.

Contributing

  • Report issues on our issue tracker.
  • Join the discord and ask questions!

License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.