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 region files, src/lib/region/{BayArea,Chicagoland,LosAngeles}.jsx, violate lint rules:
react-refresh/only-export-components: They export a React component and also other stuff, so they break fast refresh in dev.
formatjs/no-literal-string-in-jsx: In the Chicago and Los Angeles region files, which are currently not used in production and only exist for testing locally, strings that appear in the UI are not localized.
This might be moot after we deal with #293, but if not, in some way we should fix those lints and remove the eslint-disable comments.
The text was updated successfully, but these errors were encountered:
The region files,
src/lib/region/{BayArea,Chicagoland,LosAngeles}.jsx
, violate lint rules:This might be moot after we deal with #293, but if not, in some way we should fix those lints and remove the
eslint-disable
comments.The text was updated successfully, but these errors were encountered: