Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dojo: Uncaught ReferenceError: normal is not defined

Tags:

dojo

Today we update our chrome version to Version 67.0.3396.62 (Official Build) (64-bit)

and we started getting this issue in our old dojo application. Anyone having the same issue?

dojo css.js VM434:1 Uncaught ReferenceError: normal is not defined

like image 477
Elric Avatar asked Jun 04 '18 02:06

Elric


1 Answers

You are probably hitting this bug: https://github.com/kriszyp/xstyle/issues/44#issuecomment-76512785

Fix: either update xstyle to newer version or apply the fix mentioned in the above link.

like image 129
joonas.fi Avatar answered Oct 30 '22 05:10

joonas.fi