Stefan Mares
Stefan Mares
Any progress?
@pastinepolenta it works only if you don't call the static methods of the ReactTooltip. Is there any way we can mock those as well?
Was this solved? I have the same issue with the static methods
I managed to mock the entire component including static method like this: ``` jest.mock('react-tooltip', () => ({ __esModule: true, default: () => (class { static rebuild() {} render() { return...
This issue is still present. It will be possible to fix this? It's such a big issue? maybe an npm or yarn package would work just fine.
@OscarBarrett > It can be done with centerMode. partialVisible is only designed to show part of the next slide while centerMode is designed to show parts of both the previous...
Any update here?
Hello! Thank you for replying to me. The paged js hooks look like the lead I needed it. However, do you have any examples where paged js hooks are registered...
@julientaq Also see that in my example from above I am not even using chart js, I am using a regular canvas.
I vote for this feature as well.