Rico Arisandy Wijaya
Results
2
comments of
Rico Arisandy Wijaya
I ever have same issues. one of my library is use **global window** function. I remember we cannot use global window function inside web worker. then I don't call that...
Hey guys, I've ugly solution. use import. ```typescript queryFn: async () => { const get = await import("@/app/actions/agent-applications") const res = await get.GetApplication({ limit: 5, page: 1, search, status: status...