File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
packages/server-reason-react-ppx/cram Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,6 @@ let data_attributes_should_transform_to_kebabcase =
178
178
<div className= "md:w-2/3" />
179
179
</>;
180
180
181
- let render_onclickPropsAsString = <div _onclick="alert('hello')" />;
182
-
183
181
/* module External = {
184
182
[@react.component] [@otherAttribute "bla"]
185
183
external component: (~a: int, ~b: string) => React.element =
Original file line number Diff line number Diff line change @@ -169,15 +169,3 @@ let data_attributes_should_transform_to_kebabcase =
169
169
[];
170
170
])
171
171
()
172
-
173
- let render_onclickPropsAsString =
174
- React.createElement "div"
175
- ([|
176
- Some
177
- (React.JSX.Event
178
- ("_onclick", React.JSX.Event.Inline ("alert('hello')" : string)));
179
- |]
180
- |> Array.to_list
181
- |> List.filter_map (fun a -> a)
182
- |> Array.of_list)
183
- []
You can’t perform that action at this time.
0 commit comments