DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI
https://devexpress.github.io/devextreme-reactive/
Other
2.08k stars 380 forks source link

I cant overwrite appointmentContentComponent #3466

Closed Shanille closed 2 years ago

Shanille commented 2 years ago

Hi,

Im just started with this package, I would like overwrite the appointmentContentComponent and I still have this error : TypeError: can't access property "rRule", data is undefined

Its a simple overwrite for now :

return (<Appointments.AppointmentContent
    {...rest}
    style={{
      ...style
    }}
  >{data?.title}</Appointments.AppointmentContent >)

Can you help me ? Thanks ! !

onebalaban commented 2 years ago

Hi,

Please share a runnable sample to demonstrate your entire implementation and the issue.

no-response[bot] commented 2 years ago

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.