Closed Rigel772 closed 1 year ago
That's most probably something to configure with astro
.
See here: other people have similar problems with Next.js, which makes me think the problem has nothing to do with react-big-calendar
. Maybe it would be better to ask in the astro
community? And then tell us how you solved it :smiley:
Well in your case, I think I got it working by replacing
export default Calendar;
with
export default MyCalendar;
Silly mistake... thanks a lot for your help!
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/astro-react-big-calendar-nky2zl?file=%2Fpackage.json&selection=%5B%7B%22endColumn%22%3A27%2C%22endLineNumber%22%3A25%2C%22startColumn%22%3A27%2C%22startLineNumber%22%3A25%7D%5D
Bug description
when you go to: https://nky2zl-3000.csb.app/calendar you see error:
Expected Behavior
see calendar
Actual Behavior
white page
react-big-calendar version
1.6.8
React version
18.2.0
Platform/Target and Browser Versions
all web
Validations
Would you like to open a PR for this bug?