Dion Grendelman

Results 74 comments of Dion Grendelman

Yhea we had to use enableFreeze() (https://github.com/react-navigation/react-navigation/discussions/11241)

Yhea we still having this as well, users are really starting to notice it right now.

EDIT: To clearify my issue, the goal is to make a helper function called "add" in the entity that will handle add logic, this is the reason why i need...

Lovely, altough it seems this is not working with nested relation ``` import { iriToId } from '@composables/utils/iriToId'; import { Department } from '@database/Department'; import { Location } from '@database/Location';...

Yhea the method provided above is a bit hard to test, bcs no types are exported, i put somet ime into copying from remote, and trying to get it to...

Cool, i tried looking int he builded js/mjs files but couldt reference it my self.

Hi @kettanaito it all happens because of the websocket stuff ![image](https://github.com/user-attachments/assets/e3795ee4-964f-42ac-823d-24ea7e4dc8de) I get a 201. Can i just disable the websocket stuff or something?

> Are you using WebSockets in tests? I wonder what triggers 101, to begin with. That has to be your tested code or your test environment. Yhea i created a...