-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swallow getLayoutMap() error #2790
Conversation
@neSpecc @gohabereg @TatianaFomina @ilyamore88, anyone available for a review? I've had to fork the repo in the meantime |
@damacisaac thanks, I'll check it soon |
c577744
to
fdf09c0
Compare
fdf09c0
to
e963880
Compare
fixed the linting errors. should be good now |
@neSpecc could you trigger another run? |
Looks like a flakey attempt @neSpecc |
@TatianaFomina are you perhaps able to get this in? Sorry to push, just that we've had to implement some unsightly workarounds to get past this issue for the moment. |
Appreciate at it @neSpecc ! |
Fail gracefully when
getLayoutMap()
throws due to being run in an insecure context. We will fallback to the givenfallback
if this happens.This fixes #2789