Skip to content

Commit e767c2b

Browse files
committed
use new types test files
1 parent 5023004 commit e767c2b

8 files changed

Lines changed: 658 additions & 865 deletions

File tree

tests/analysis_tests/tests-generic-jsx-transform/src/GenericJsx.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type fragmentProps = {children?: element}
3737
/* The Elements module is the equivalent to the ReactDOM module in React. This holds things relevant to _lowercase_ JSX elements. */
3838
module Elements = {
3939
/* Here you can control what props lowercase JSX elements should have.
40-
A base that the React JSX transform uses is provided via JsxDOM.domProps,
40+
A base that the React JSX transform uses is provided via ReactDOMProps.t,
4141
but you can make this anything. The editor tooling will support
4242
autocompletion etc for your specific type. */
4343
type props = {

0 commit comments

Comments
 (0)