_i5 is not defined error
Hey I'm new here but have been using tanstack table for a while now and just recently have been running into an issue at work with it. I am using client side sort/search/pagination and tanstack version 8.7.2. Previously all our global searches were working properly but now for some reason we are running into an error only on deployed environments. When I run locally everything works as it should. The error makes no sense though it says reference error "_i5 is not defined at Object._getFilteredRowModel" and goes on to list all the models. Anyone ever seen this _i5 is not defined error? I cant quite figure out what is going on and even copied the example from codesandbox and that breaks as well when deployed
1 Reply
conventional-tanOP•3y ago
found the issue, our babel package was too new and was somehow interacting with the global filter...
more specifically I had installed DOMpurify and html-react-parser which for some reason updated some babel/helper to version 7.22 and that did not work well with the global fuzzy filter I had for tanstack table