serolgames

Results 8 issues of serolgames

### What happened? It seems that removeEventListener doesn't work as expected I have the following code : useEffect(() => { const eventMethod = (event: any) => { console.log("Event listener called")...

Hello ! I hope you're doing well. Sorry to be back with bad news 😅 Maybe there is a workaround but I have the following issue : In my app...

## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...

type: bug
pending-approval

Hello ! I noticed a bug that makes the library unusable for a lot of cases this is my code : `const table = { title: "Title", subtitle: "Subtitle", headers:...

### Contact Details _No response_ ### What happened? Hello, Suddenly the error Component "XXXX" has not been bundled appeared for all of my components. In dev mode it's working properly....

bug

When I go to /admin it never loads in production mode. In dev no problem everything works as expected. But in production when I go to /admin nothing happens and...

On expo 52 when I compress any image I get the error : "Warning: Error: Exception in HostFunction: Loss of precision during arithmetic conversion: (long)" It happens on Android (I...

### Description Hello, I recently had some big issues with custom components and everything. Turns out it was because of express v5. I downgraded to express v4 and everything worked....