We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Flow 0.62.0 removed support for static properties on interfaces.
mapbox-gl-js version: 0.43.0
npm install [email protected]
flow
No flow errors.
The following flow error:
mapbox-gl/src/source/source.js:41 41: static workerSourceURL?: URL; ^^^^^^ Unexpected static modifier
The text was updated successfully, but these errors were encountered:
I've same problem 👍
Sorry, something went wrong.
jfirebaugh
No branches or pull requests
Flow 0.62.0 removed support for static properties on interfaces.
mapbox-gl-js version: 0.43.0
Steps to Trigger Behavior
npm install [email protected]
flow
Expected Behavior
No flow errors.
Actual Behavior
The following flow error:
The text was updated successfully, but these errors were encountered: