_{ development/gotcha }_
-
It works on my local but CircleCI complains about weird JS errorsdevelopment/gotcha 2020. 2. 27. 17:39
Really bizarre error message poped up when the tests were running in CircleCI that I didn't see on my local machine. ReferenceError: __DEV__ is not defined I went so far as to declare it as a global variable in the Jest config, which should have applied already by other libraries, didn't work as well. Except for those errors happen to both local and CircleCI, usually it's the framework or librar..