-
Notifications
You must be signed in to change notification settings - Fork 24
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
remove title={} from resource #114
Labels
bug
Something isn't working
Comments
@jovana thank you for pointing out the issue I will do it in next week as I am busy now. If you can do it, it will be very wonderful. |
@jovana please use 4.3.3-beta.1 version and check. you need to pass
|
I have installed the latest version now. The reported issue has been resolved! Many thanks!! |
Thank you @jovana |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Describe the bug
Using JSX on the resource setter:
The title on the resource buttons gives: [object Object]. Not sure why this title's has been set. You can find it here:
react-big-schedule/src/components/AgendaResourceEvents.jsx
Line 39 in f0d7eb3
and here:
react-big-schedule/src/components/ResourceView.jsx
Line 44 in f0d7eb3
Possible to rename to
title={resourceEvents.slotTitle}
instead of usingtitle={resourceEvents.slotName}
.Also, make more send to have this aligned using the title from the resource setter instead of the name.
Reproduction Link/Code
Steps to reproduce
Using "react-big-schedule": "^4.3.2",
Operating System
MacOSX
Browser
Chromium
React version
18.2
react-big-schedule version
Additional Information
No response
The text was updated successfully, but these errors were encountered: