Open Ayc0 opened 1 year ago
Match is using 2 anti patterns:
Match
Those make it harder to type things properly:
declare module
So let's remove the <Match> component fully
<Match>
Match
is using 2 anti patterns:Those make it harder to type things properly:
declare module
, which was leaking in other people's codebases:So let's remove the
<Match>
component fully