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
As we add new things and refactor old code, we need to be sure that we are still adhearing to our browser support. This shows in issue #1187 which brought up dataset was being used, which IE10 doesn't support.
Is there any kind of tooling we could put in place to check for things like this and error out if they are getting used?
The text was updated successfully, but these errors were encountered:
Closing; we can address this for v2 in either #4464 or #4465 . We could also spin off a new issue to perform image diffing or the like, which could come after the initial setup.
As we add new things and refactor old code, we need to be sure that we are still adhearing to our browser support. This shows in issue #1187 which brought up dataset was being used, which IE10 doesn't support.
Is there any kind of tooling we could put in place to check for things like this and error out if they are getting used?
The text was updated successfully, but these errors were encountered: