[REACT] Scheduler pro render tooltip using react component not works after eventStore reload
Reproducible here https://bryntum.com/products/schedulerpro/examples-scheduler/frameworks/react/javascript/react-tooltips/build/
- Reload crudManager and hover over the events
https://github.com/user-attachments/assets/df15060e-04cf-4c30-97fe-d150b19cc932
Im rendering the event tooltip using a react component in this way
eventTooltipFeature: {
template: ({ eventRecord }) => {
return <div><b>${eventRecord.name}</b></div>;
}
}
everything works fine but if i manually call a reload on the crudManager or directly on the project for refresh the data with the backend, every kind of tooltip generated with a react node stop workings.
the template function will be called randomly on mouse move and the tooltip is empty. If instead of a react node i return an html string, everything works
any news?
Hi @doshu No news. You can subscribe on ticket updates to be notified when it's done. Thank you for your patience!