bl5ck
bl5ck
Ah, my bad wasn't detailed about it. It does copy everything, but it renamed only the `SignUp` and skipped `signUp` in file names and file content.
Actually, I decided it myself based on the willing to distinguish Component file and the others. So I didn't follow any architecture regarding that point.
I also have this problem. Used react-styleguidist to serve the docs site and it also doesn't show events. I tried your solution by copying exactly the script content above, but...
I tried with the simplest app version (my current app without sagas, reducers, containers, etc...) and it still shows blank scheduler.
It seems to have the same issue with this bug report: [https://github.com/StephenChou1017/react-big-scheduler/issues/88](https://github.com/StephenChou1017/react-big-scheduler/issues/88)
I see. The sample data indeed uses Date instance for the X-axis. I guess there is no choice than convert it to timestamp and implement skip weekend function myself.