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
10:01:08 PM: warn - Compiled with warnings
10:01:08 PM: ./src/components/inherited-map/components/filter-panel/filter-panel-normal.js
10:01:08 PM: Attempted import error: 'RegionFilter' is not exported from './region-filter' (imported as 'RegionFilter').
10:01:08 PM: Import trace for requested module:
10:01:08 PM: ./src/components/inherited-map/components/filter-panel/filter-panel.js
10:01:08 PM: ./src/components/inherited-map/components/filter-panel/index.ts
10:01:08 PM: ./src/components/inherited-map/inherited-map.tsx
10:01:08 PM: ./src/components/inherited-map/index.ts
10:01:08 PM: ./src/pages/iframes/map.tsx
This was not covered by linting because we use .js instead of .ts here. Prod should not be affected because we don't seem to filter by region. Might be a good idea to convert all inherited files to ts.
The text was updated successfully, but these errors were encountered:
kachkaev
changed the title
Fix broken React component import:
Fix broken React component import: RegionFilterFeb 20, 2022
From Netlify build:
This was not covered by linting because we use
.js
instead of.ts
here. Prod should not be affected because we don't seem to filter by region. Might be a good idea to convert all inherited files to ts.The text was updated successfully, but these errors were encountered: