You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of globalThis in the recent versions of uniforms-material has caused a bit of pain in our codebase including our testing setup.
I see that this is only used in one small place in DateField. From what I understand about it (never seen it before), it requires a polyfill to work outside of typescript (which you also use for your documentation website).
For this one single line in this repo, we have to import and use a polyfill, so is it really necessary?
The text was updated successfully, but these errors were encountered:
Related to #619.
The use of globalThis in the recent versions of uniforms-material has caused a bit of pain in our codebase including our testing setup.
I see that this is only used in one small place in
DateField
. From what I understand about it (never seen it before), it requires a polyfill to work outside of typescript (which you also use for your documentation website).For this one single line in this repo, we have to import and use a polyfill, so is it really necessary?
The text was updated successfully, but these errors were encountered: