rouftom / react-mui-scheduler

React material planner is a react component based on @mui v5 that allows you to manage data in a calendar
https://rouftom.github.io/react-mui-scheduler-demo/
MIT License
64 stars 29 forks source link

fixed issue #8

Open lukezzz opened 2 years ago

lukezzz commented 2 years ago
  1. fixed Chinese translation error.
  2. When use remote data for events, need to try creating a copy of array before sort it.