Jamal Soueidan
Jamal Soueidan
I'm getting this message every time i'm using any libraries that depend on promises. ## 🐛 Bug Report Jest did not exit one second after the test run has completed....
## What are the steps to reproduce this issue? ```yaml type: array items: type: object properties: day: $ref: ../../_types/day.yaml intervals: type: array items: $ref: ../../_types/interval.yaml required: - day - intervals...
It's generating the key differently? ## What are the steps to reproduce this issue? ```js const query = getUserShiftGetAllQueryOptions(params.userId || "", { start: start ? new Date(start) : startOfMonth(new Date()),...
### What is the location of your example repository? no need ### Which package or tool is having this issue? Hydrogen ### What version of that package or tool are...
### What is the location of your example repository? 0 ### Which package or tool is having this issue? Hydrogen ### What version of that package or tool are you...
### What is the location of your example repository? 0 ### Which package or tool is having this issue? Hydrogen ### What version of that package or tool are you...
### How frequently does the bug occur? Sometimes ### Description useQuery is not forcing react components to re-render after changing, updating a array property, sometime it works, sometime it doesnt.....