-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alignment issues with short events! #1440
Comments
hey, i'm Khaled's coworker--Canvas (where we work) will sponsor $100 for a fix to this issue :) |
I have the same issue. Is this an intended behavior or a bug? |
@KhaledMohamedP @beaugunderson I try to detect the issue and found that. The bug didn't happen with version 0.18.0. You can check the changelog, if your app no need to use latest version you can downgrade to 0.18.0 to fix this. Is that $100 for me? :)) |
@manhnguyenba thanks for looking into this issue 🙏 Someone needs to investigate what were the changes made between 0.18 and the current version that caused this behavior, and possibly try to opening a PR with a fix. We want to ensure this fix gets to everyone else using this library without using an older version of this library or forking it 😉 Good luck 😃 |
bug
What's the current behavior?
If you book a 20 mins slot appointment back to back for one hour the alignment of these appointments doesn't align in top of each other (see screenshot below)
Styling the library applies:
What's the expected behavior?
Each event should stack in top of each other based on the start and end time.
I will add codesandbox tomorrow for anyone to test, for now I just wanted to get the discussion going and to see if anyone else is encountering this issue yet?
The text was updated successfully, but these errors were encountered: