-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Labels
Description
Problem
I am creating a custom DateRangePicker and trying to reuse Calendar from Dioxus Components. An application with just this one component hangs, a browser does not react to any events and only closing of a tab with the application and reopening of it helps.
Something I managed to narrow down: If I remove properties view_date and on_view_change then the popover opens but hangs after a second (or third) attempt. If I remove one of the CalendarGrid {} then it does not hang.
Steps To Reproduce
Steps to reproduce the behavior:
- Clone https://github.com/andy128k/dioxus-date-range-picker
- Run
dx serve - Click on a widget
Expected behavior
Whatever but not hanging.
Screenshots
Environment:
- Dioxus version: 0.7.2
- Rust version: 1.91.1
- OS info: Debian Sid
- App platform: web
Questionnaire
I'm interested in fixing this myself but don't know where to start.