Marco Wettstein
Marco Wettstein
## Environment ## System: - OS: macOS 14.2.1 - CPU: (12) arm64 Apple M2 Max - Memory: 3.39 GB / 64.00 GB - Shell: 5.9 - /bin/zsh ## Binaries: -...
## Environment ## System: - OS: macOS 14.2.1 - CPU: (12) arm64 Apple M2 Max - Memory: 3.39 GB / 64.00 GB - Shell: 5.9 - /bin/zsh ## Binaries: -...
new prop childrenWaiting defaults to null. if set, this will be rendered while waiting
would be cool to optionally pass an element ref or so to get the scroll position within that element!
### Description Using a Center, View or Box on your page before any Heading leads to a hydration error. More components may be affected ### CodeSandbox/Snack link https://github.com/macrozone/gluestack-hydration-reproduction ### Steps...
### Description ejected components show type error "Type 'string' is not assignable to type 'AnimatableNumericValue | undefined'." ### CodeSandbox/Snack link _No response_ ### Steps to reproduce 1. create a new...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug i migrated a project to yarn 2 with nodeLinker: node-modules running `yarn install` on...
this is a funky one. i have this scenario: - i have 2 schemas A and B created by pothos , both with auth rules using the auth scope plugin....
### Bug description imagine this: ``` model A { id String @default(cuid()) tenantId String bId String? b B? @relation(fields: [tenantId, bId], references: [tenantId, id]) cId String? c C? @relation(fields: [tenantId,...
i did this request: ``` const result: ListResult = await this.chargebeeApi.plan .list({ limit: 100 }) .param({ "status[is]": "active", "cf_productgroup_id[in]": productGroupIds }) .request(); ``` where cf_productgroup_id is a cutom field. this...