anvilistas / tabulator

Anvil Wrapper for Tabulator
MIT License
18 stars 5 forks source link

Problem importing some modules #157

Open thywo opened 3 days ago

thywo commented 3 days ago

Hello !

Tabulator sometimes can't import some modules. It's not a constant thing, it can work for a few weeks then out of the blue not work for a few days. In particular "HistoryModule", "TooltipModule" and "MoveRowsModule" are the ones that I have the most trouble with.

I don't understand what is happening, do you have any idea?

I'm using Tabulator version "Published".

I can't really reproduce it because it's not consistent but I could provide some screenshot of the error next time it happens.

Thank you

s-cork commented 3 days ago

Thanks for the report. These are the worst kind of bugs. Without a reproduction it's difficult to debug.

Next time it happens, it would also be helpful to get any console error messages that appear when you open your browser's dev tools.

I have a feeling that if it happens once and then keeps happening for a few days, it might lead to a caching issue. Doing a hard refresh might fix the issue.

It's not something i've seen before, but I also don't tend to use many extra modules.