Vim
Vim
ALso is there a way to place the labels above. the census track. That would allow a less opaque tract style.
# Purpose This map component currently is doing a ton of stuff: https://github.com/usds/justice40-tool/blob/main/client/src/components/J40Map.tsx Can we take some of the useState and useEffects and create custom hooks as explained here: https://konstantinlebedev.com/solid-in-react/
The YML config file could potentially also write the indicator descriptions (short and long) in the YML file. This would allow anyone to edit them. What ramifications does this have...
**ReactUSWDS Version & USWDS Version:** ReactUSWDS: 3.1.0 USWDS: 2.13.3 **Describe the bug** When setting the prop of `multiselectable` to true on the Accordion component, it fails the Axe Dev tools...
After the build is over, there is a `conflicting CSS order` warning in the terminal logs: ``` success run page queries - 0.028s - 3/3 105.46/s ⠀ You can now...
There are currently two libraries being used for i18n 1. react-intl 2. gatsby-plugin-intl The second one calls the v3.x fo react-intl while the first one uses v5.x and this is...
Currently the `j40-custom-colors` map style (in MapBox) has the latest colors on the map. The `streets-with-tribal` seems to be missing some styles / colors, the infamous airport being one of...
This bug seems to occur for both Kameron (on 15.0) and Katherine (on 14.1.2)
## [AreaDetail.tsx](https://github.com/usds/justice40-tool/blob/c71d7a34b745f559db2f072b60d4af941559c6c6/client/src/components/AreaDetail/AreaDetail.tsx#L866) - line 866 ``` Type '{ id: string; headingLevel: string; title: Element; content: Element; expanded: boolean; }[]' is not assignable to type 'AccordionItemProps[]'. Type '{ id: string; headingLevel:...