File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22/* eslint-disable @typescript-eslint/no-empty-interface */
33/**
44 * @file
5- * Minimal JSX runtime for Satori.
5+ * Minimal JSX runtime for Satori adapted from React v19.1 .
66 *
77 * Use the `@jsxImportSource` pragma directive in files containing JSX for Satori.
88 *
9+ * @see {@link https://github.com/facebook/react/blob/v19.1.0/packages/react/src/jsx/ReactJSXElement.js React JSX runtime implementation }
910 * @see {@link https://www.typescriptlang.org/docs/handbook/jsx.html TypeScript: JSX reference }
1011 * @see {@link https://www.typescriptlang.org/tsconfig/#jsxImportSource TSConfig: using "jsxImportSource" or `@jsxImportSource` pragma directive }
1112 * @see {@link https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts React typings `@types/react` }
You can’t perform that action at this time.
0 commit comments