Yezy Ilomo

Results 45 comments of Yezy Ilomo

`useUpdateState` in action. ```JavaScript setGlobal({ user: {isLoggedIn: true, info: {name: "peter", emails: ["[email protected]"]}, } }) function User(props){ [user, updateUser] = useUpdateState("user"); let editName = () => { updateUser({action: "assign", field:...

Singleton store pattern has already been eliminated

Showing how to reproduce it would be helpful. And what version of React, State-pool & immer are you using?.

Thank you for reporting this but am not able to reproduce it on my end. Can you try setting `auto_apply_eager_loading=False` to one view and confirm if the behavior persist. I'm...

Thank you @KevinHamonApp Here are the links for repositories of the playground - [Backend](https://github.com/yezyilomo/django-restql-playground-backend) - [Frontend](https://github.com/yezyilomo/django-restql-playground-frontend) I think your idea of having a playground that would allow querying any project...