doiya46

Results 5 comments of doiya46

> Reasonable setting of getContainer() solves the problem sticky={{getContainer: () => document.getElementById('root') as HTMLElement}} If table inside a `scroll y` element like `main-layout`. Change to `document.getElementById('main-layout') `

@nmn, When we use `color: (color: string) => ({color})` it will make text content color by the input color. In my case, I want to override an value in colors...

@nmn This code `color: (color: string) => ({[colors.primary]: color})` will override only one property but didn't work to override multiples properties. ```ts const overrideStyles = stylex.create({ colors: ( newColors: {...

> @doiya46 tried reproducing on a new app created through `@callstack/repack-init` but everything is working as expected - please provide a minimal reproduction repository that showcases that there is a...