From 182a34f961d3134e7b76c87884319cd52950422d Mon Sep 17 00:00:00 2001 From: wkwkes Date: Fri, 10 May 2019 14:44:07 +0900 Subject: [PATCH] Make Js.t accessible --- examples/dom/WebReconciler.re | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/dom/WebReconciler.re b/examples/dom/WebReconciler.re index d45db42..ed856ef 100644 --- a/examples/dom/WebReconciler.re +++ b/examples/dom/WebReconciler.re @@ -5,6 +5,7 @@ * This is just an example but you could use this to create interesting * CLI apps, with a react-like functional API! */ +open Js_of_ocaml exception InvalidNodePrimitiveMatchInUpdateInstance;