Open sibelius opened 4 years ago
@sibelius,
To chich version did you upgrade?
25.1.0 -> 25.2.6
I'm getting this error in production as well, maybe some older browsers
@sibelius ,
I mean which version of inputmask.
I will push a new version to npm.
inputmask@5.0.3
ach you will need the latest beta to fix this
5.0.4?
I'm checking master code, this line:
does this check is enough for custom elements?
yes, propbaly
maybe also add the customElements check if that is needed (can you give feedback)
if (document && document.head && document.head.attachShadow && customElements && customElements.get("input-mask") === undefined) {
any timeline to release the beta version?
To a stable release or a new beta in npm with the changes?
I can push a new beta to npm now.
for a stable one
Not really an idea. Asap :-)
Use version inputmask@5.0.4-beta.33
Version 5.0.4 only contains bugfixes on top of 5.0.3
anything missing? more automated tests?
not failing anymore on jest
gonna check in production
thanks
It's still failing for me @sibelius 🤔
"inputmask": "^5.0.4-beta.33",
@onoranzefunebricloud,
I added an extra check for customelements. Can you have a try with beta 36
After upgrading jest, I've got this error below, customElements is not defined
is there a way to polyfill this? or just avoiding breaking?