-
Notifications
You must be signed in to change notification settings - Fork 12
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
Calendar doesn't display #16
Comments
Did you add the component to a specific view? If you added the component and still get nothing, I would add https://github.com/barryvdh/laravel-debugbar and see if you can figure out what is happening there or check the laravel logs. |
It's really strange. I'm getting the exact same thing. There are no errors, and nothing reported in Telescope. The livewireScripts and livewireCalendarScripts are included fine. It seems like its an issue that has occurred for other users before: Here: And here: I just can't figure it out at all. @Critter did you manage to find a solution? |
@joshtorres I'm still quite new to Laravel, and still not able to suss it out. If I use the code above, I throw an error: Property [$id] not found on component: [appointments-calendar] on |
@Critter ok thanks for pointing that out. It looks like the new version of livewire is using a different way of retrieving the component Id. I just updated the LivewireCalendar component so now it should work with either version of livewire. |
@joshtorres perfect! that did it. I appreciate you taking the time to explain it. /cc @ndynamite this sorted it. |
No problem @Critter . I'm glad I could help :D |
@joshtorres Dude. that debug bar is some shit! Thanks for that also. 🙏🏻 |
No problem! Yeah Debugbar is amazing! |
Just using the values from the readme, I get no errors, but nothing displays either. Any suggestions on where to start looking?
The text was updated successfully, but these errors were encountered: