Closed monocle closed 1 year ago
@KentShikama Currently, it's only used in PartnerTable:
All of the props are forwarded to the underlying <svg>
element which just has a couple of defaults:
The SVG
component has all of the svg
s in the app:
But I didn't put those in yet since I didn't want to add more component refactoring in this PR. The other SVG
s would look like:
@monocle Not sure if you can see this so I'm going to post here. You've closed 9 critical vulnerabilities over your past couple PRs 🥳 I'm not sure of any of them were real vulnerabilities in our site but its nice to see nonetheless.
react-router-dom
, which will be done in the future.@reach/disclosure
was removed due to incompatibility withreact v18
. Custom hooks were written to replace it's functionality. This affected thePartnerTable
,EditingGuide
,ChargeTypeRule
andExpungmentRules
components.SVG
component was created to remove some of the noisiness of the svg code. Additional components will be refactors to use this in the future.