Issue with date picker in React

I am getting an error when selecting the calendar icon to change the date. Could anyone please help me in fixing this one?

Below is the Error for Reference.

react-dom.development.js:12056 Uncaught TypeError: actions.map is not a function
at PickersActionBar (PickersActionBar.js:23:54)
at renderWithHooks (react-dom.development.js:16305:18)
at mountIndeterminateComponent (react-dom.development.js:20074:13)
at beginWork (react-dom.development.js:21587:16)
at beginWork$1 (react-dom.development.js:27426:14)
at performUnitOfWork (react-dom.development.js:26557:12)
at workLoopSync (react-dom.development.js:26466:5)
at renderRootSync (react-dom.development.js:26434:7)
at recoverFromConcurrentError (react-dom.development.js:25850:20)
at performSyncWorkOnRoot (react-dom.development.js:26096:20)

Hi @Arjun,

Which version of JSON Forms are you using? Please make sure that all your dependencies are compatible.

There is a mismatch with @mui/x-date-pickers version. I have fixed it now. Thank you @sdirix