Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ./src/index.re
  2. Module build failed: Error: We've found a bug for you!
  3. /home/patev/repos/blog/src/postlist.re 33:17-21
  4.  
  5. 31 ┆ Array.map(((post) => <div key=(post##id)>
  6. 32 ┆ (ReasonReact.stringToElement(post##title))</div>),
  7. 33 ┆ parse##posts)
  8. 34 ┆ )
  9. 35 ┆ )
  10.  
  11. This has type:
  12. (Js.Json.t) =>
  13. Js.t({. posts : array(Js.t({. body : string, id : string,
  14. title : string })) })
  15. But somewhere wanted:
  16. Js.t('a) at <anonymous>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement