File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ import { ReactNode } from "react";
2525import { ErrorInfo } from "./client" ;
2626
2727export type BootstrapScriptDescriptor = {
28- src : string ,
29- integrity ?: string | undefined ,
30- crossOrigin ?: string | undefined ,
28+ src : string ;
29+ integrity ?: string | undefined ;
30+ crossOrigin ?: string | undefined ;
3131} ;
3232
3333export interface RenderToPipeableStreamOptions {
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ import { ReactNode } from "react";
2525import { ErrorInfo } from "./client" ;
2626
2727export type BootstrapScriptDescriptor = {
28- src : string ,
29- integrity ?: string | undefined ,
30- crossOrigin ?: string | undefined ,
28+ src : string ;
29+ integrity ?: string | undefined ;
30+ crossOrigin ?: string | undefined ;
3131} ;
3232export interface RenderToPipeableStreamOptions {
3333 identifierPrefix ?: string ;
You can’t perform that action at this time.
0 commit comments