Harshit Pant
Harshit Pant
IT WILL HAVE MERGE CONFLICTS SINCE README IS CHANGED
check this thread maybe you find some solution as of July 2024: [here](https://stackoverflow.com/questions/19847582/chart-js-canvas-resize/21797915#21797915) @Althafrasal @adirdoor10
@sergebruni, have you found any way to deal with this error?
@amitamrutiya how did you solve the issue?
> @amitamrutiya2210 Could you please guide me on how you solved this issue ? As I am also stuck on this for a while. https://github.com/coston/react-super-responsive-table/issues/636
I will pick this up.
Isn't this sidetracked from the initial motive for which this project was made using simpler things for beginner to intermediate-level?
@dwelle it's easier to implement since we only need to change the timeout based on mouse movement, so if possible assign this to someone.
> > UPDATE: I managed to make it work: > > ``` > > jwt: async ({ token, user, trigger, session }) => { > > if (user) { >...
JUST ADD THIS LINE IN YOUR `vite.config.js` file ``` // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], define: { global: "globalThis", } }) ``` > this is the important part ```...