-
-
Couldn't load subscription status.
- Fork 55
Open
Description
I'm submitting a bug report
OS windows 10
- Node Version: 12.18.2
npm6.14.5
yarn 1.22.4
cli 1.3.1
systemjs
I updated a previously created app using cli with systemjs from ux version 0.18.1 to ux version 0.25.0.
Every component except ux-select worked which raised the following error when opening in browser.
Uncaught TypeError: url.indexOf is not a function
at jQuery.fn.init.jQuery.fn.load (jquery.js:10353)
at (index):72
(index):1 Uncaught (in promise) SyntaxError: Unexpected token '<'
at eval (<anonymous>)
at Qe (system.js:4)
at system.js:4
at T (system.js:4)
at T.h (system.js:4)
at T (system.js:4)
at T.h (system.js:4)
at T (system.js:4)
at T.h (system.js:4)
at T (system.js:4)
I rolled back ux-select back to 0.18.1 left all the oithers at 0.25.0 and the build worked again.
TIA
John