Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Error: This expression has type
  2. (('a, 'b, 'c, 'd,
  3. < setState : (('b Js.t -> 'c Js.t -> 'd Js.t) ->
  4. ('a Js.t, unit -> unit) Js.meth_callback -> unit)
  5. Js.meth;
  6. .. >
  7. as 'e)
  8. Reactjs.Low_level_bindings.component_api, 'f, 'g, 'h, 'i, 'j, 'k,
  9. 'l, 'm, 'n, 'o)
  10. Reactjs.class_spec -> Reactjs.Low_level_bindings.react_class Js.t
  11. but an expression was expected of type
  12. (< props : < get : 'jsoo_res; .. > Js.gen_prop; .. > as 'p, 'q,
  13. < some_words : Js.js_string Js.t Js.readonly_prop >, 'r, 's, 't,
  14. 'u, 'v, 'w, 'x, 'y)
  15. Reactjs.class_spec -> 'z
  16. Type
  17. ('a, 'b, 'c, 'd, 'e) Reactjs.Low_level_bindings.component_api =
  18. 'e Js.t
  19. is not compatible with type
  20. < props : < get : 'jsoo_res; .. > Js.gen_prop; .. > as 'p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement