lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
631 stars 52 forks source link

Change from js/goog.DEBUG to goog/DEBUG to help infer-externs #77

Closed jimmyhmiller closed 3 years ago

jimmyhmiller commented 3 years ago

When adding helix to my project and build I got the following error:

WARNING - name goog is not defined in the externs.
goog.DEBUG;

Following the advice from https://github.com/day8/re-frame/issues/512 I was able to get rid of the issue.

lilactown commented 3 years ago

Thank you!