Alexis Mineaud
Alexis Mineaud
Any news of this ?
For CSSObject, here the equivalent (extracted from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/styled-components/index.d.ts#L23C12-L33) ```ts import * as CSS from 'csstype' type CSSProperties = CSS.Properties type CSSPseudos = { [K in CSS.Pseudos]?: CSSObject } export interface...
Any updates on this? I'm facing with the same issue.
Another solution that works with the usage of `patch-package`: ``` $ cat patches/json-bigint+1.0.0.patch diff --git a/node_modules/json-bigint/lib/stringify.js b/node_modules/json-bigint/lib/stringify.js index 3bd5269..b4a3319 100644 --- a/node_modules/json-bigint/lib/stringify.js +++ b/node_modules/json-bigint/lib/stringify.js @@ -215,7 +215,7 @@ var JSON...
Looks like it still doesn't work. ``` const preview: Preview = { parameters: { layout: 'fullscreen', docs: { canvas: { layout: 'fullscreen' } } } } ``` or ``` ```...
I'll try to improve that for the next release.