Timothy Tsui

Results 6 comments of Timothy Tsui

I'm pretty sure the issue I have is related to this and https://github.com/ngduc/react-tabulator/issues/204 so rather than write a new bug report, I'll just add my thoughts here. I've been looking...

I've created a npm fork [@timiscoding/react-tabulator](https://www.npmjs.com/package/@timiscoding/react-tabulator) if anyone wants to test the fix. But ideally, you'll probably want to use patch-package so you don't have to update all your imports...

@mike-lischke Of course, the best way would be to update the original package. Hoping to get confirmation that it indeed fixes it for others.

@mike-lischke Good to hear it! Are you using react-test-renderer? Refs don’t work because it doesn’t mimic a full dom environment. So you have to mock the refs using ‘create NodeMock’...

I haven’t used enzyme in a while but could be related to incompatible adapters? https://stackoverflow.com/a/55292957

The only change is adding a ts compiler option in the build script and running it. I haven't used the original package since my last comment so I'd try the...