Elric
Elric

Reputation: 81

Dojo: Uncaught ReferenceError: normal is not defined

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

Upvotes: 8

Views: 4809

Answers (1)

joonas.fi
joonas.fi

Reputation: 8226

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.

Upvotes: 5

Related Questions