Ivan

Results 8 comments of Ivan

Try passing a value for the `progressInterval` param, e.g. 100. From what I can tell, because the default value is 0 RNFS invokes the progress callback function every time it...

The generated component code is correct, but it appears that the order of the generated CSS class rules (inside the ... head element) affects the final result. You can see...

I modified the Sandbox demo to include a default green background styling in the component definition, as well as a yellow background override where the component is rendered. That worked...

After digging inside the twin.macro source code, I believe the issue stems from how the `tw` attribute is handled and the resulting order of CSS classes. If I set the...

It's possible the issue lies with the following bug in Stitches: stitchesjs/stitches#1060 Their reproduction demo shows the same CSS rule order behavior.

I'm closing this issue since it lies with how Stitches operates.

I agree that accompanying each demo/example with a link to a working setup in CodeSandbox / Codepen would help tremendously. E.g., in the source code of the [tree grid demo](https://devexpress.github.io/devextreme-reactive/react/grid/demos/featured/tree-data/)...

It seems that Stitches groups the CSS classes it generates into different 'bundles', and the variant class rule bundle is injected after the non-variant one. This results in the variant...