Solo00Root
Solo00Root
CCConvex Community
Created by Solo00Root on 9/15/2023 in #support-community
how to return data from internalMutation?
...
2 replies
CCConvex Community
Created by Solo00Root on 9/9/2023 in #support-community
Problem with tsconfig.json
i just added convex to my big project and i get this error Specified 'include' paths were '[".//*"]' and 'exclude' paths were '["./_generated"]'., i added "src//*" but still not working
14 replies
CCConvex Community
Created by Solo00Root on 9/8/2023 in #support-community
i get this error everytime
To ignore failing typecheck, use `--typecheck=disable`.
../../../node_modules/@types/css-font-loading-module/index.d.ts:22:9 - error TS2717: Subsequent property declarations must have the same type. Property 'display' must be of type 'FontDisplay | undefined', but here has type 'string | undefined'.

22 display?: string | undefined;
~~~~~~~

node_modules/typescript/lib/lib.dom.d.ts:515:5
515 display?: FontDisplay;
~~~~~~~
'display' was also declared here.
../../../node_modules/@types/css-font-loading-module/index.d.ts:42:9 - error TS2717: Subsequent property declarations must have the same type. Property 'display' must be of type 'FontDisplay', but here has type 'string'.

42 display: string;
~~~~~~~

node_modules/typescript/lib/lib.dom.d.ts:5537:5
5537 display: FontDisplay;
~~~~~~~
'display' was also declared here.


Found 2 errors in the same file, starting at: ../../../node_modules/@types/css-font-loading-module/index.d.ts:22
To ignore failing typecheck, use `--typecheck=disable`.
../../../node_modules/@types/css-font-loading-module/index.d.ts:22:9 - error TS2717: Subsequent property declarations must have the same type. Property 'display' must be of type 'FontDisplay | undefined', but here has type 'string | undefined'.

22 display?: string | undefined;
~~~~~~~

node_modules/typescript/lib/lib.dom.d.ts:515:5
515 display?: FontDisplay;
~~~~~~~
'display' was also declared here.
../../../node_modules/@types/css-font-loading-module/index.d.ts:42:9 - error TS2717: Subsequent property declarations must have the same type. Property 'display' must be of type 'FontDisplay', but here has type 'string'.

42 display: string;
~~~~~~~

node_modules/typescript/lib/lib.dom.d.ts:5537:5
5537 display: FontDisplay;
~~~~~~~
'display' was also declared here.


Found 2 errors in the same file, starting at: ../../../node_modules/@types/css-font-loading-module/index.d.ts:22
9 replies