Tingxuan Jiang
Results
3
comments of
Tingxuan Jiang
and no issue if I don't use ListboxSection , like the example in document - `Listbox -> ListboxItem` the issue only produce on `Listbox -> ListboxSection -> ListboxItem`
> hey @Cowjiang, perhaps you have found a solution already? Not yet, just add @ts-ignore : (
I guess you could try: ```rust fn start_tauri() { std::env::set_var("NO_PROXY", "127.0.0.1,localhost"); // ... } ```