Using the dioxus-components Select component (based on Select in dioxus-primitives) I get the following error when trying to select:
"RefCell already borrowed"
The source of the error is dioxus-native-dom\src\events.rs.
I am using blitz revision 26c4fb3.
Regardless of whether these controls are intended to be compatible right now this seems to indicate an issue in the blitz code.
Using the dioxus-components Select component (based on Select in dioxus-primitives) I get the following error when trying to select:
"RefCell already borrowed"
The source of the error is dioxus-native-dom\src\events.rs.
I am using blitz revision 26c4fb3.
Regardless of whether these controls are intended to be compatible right now this seems to indicate an issue in the blitz code.