Closed MariuzM closed 2 months ago
https://codesandbox.io/s/react-big-calendar-example-v9wdyd?file=/src/App.js
In examples there is use of Id prop but type is missing in Event, any chance for this to get updated?
id type should be included in type definition
No response
1.13.1
react 19 + react compiler
mac
I just bumped into the same problem, trying to reproduce some examples.
RBC TypeScript types are managed by DefinitivelyTyped. Any requests for repair/revision will need to go directly to them.
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/react-big-calendar-example-v9wdyd?file=/src/App.js
Bug description
In examples there is use of Id prop but type is missing in Event, any chance for this to get updated?
Expected Behavior
id type should be included in type definition
Actual Behavior
No response
react-big-calendar version
1.13.1
React version
react 19 + react compiler
Platform/Target and Browser Versions
mac
Validations
Would you like to open a PR for this bug?