fix: add crossorigin
attribute for stylesheets
#480
Annotations
4 errors
ci:
test/compat.test.ts#L12
Argument of type '{ manifest: Manifest; renderToString: () => string; }' is not assignable to parameter of type 'RenderOptions & { renderToString: RenderToString<void>; renderToStream: RenderToStream<void>; }'.
|
ci:
test/compat.test.ts#L57
Argument of type '{ manifest: Manifest; buildAssetsURL: (r: string) => string; renderToString: () => string; }' is not assignable to parameter of type 'RenderOptions & { renderToString: RenderToString<void>; renderToStream: RenderToStream<void>; }'.
|
ci:
test/renderer.test.ts#L14
Argument of type '{ manifest: Manifest; renderToString: () => string; buildAssetsURL: (id: string) => string; }' is not assignable to parameter of type 'RenderOptions & { renderToString: RenderToString<void>; renderToStream: RenderToStream<void>; }'.
|
ci
Process completed with exit code 2.
|