1
0
Fork 0

some lint fixes from after the mjs overhaul

This commit is contained in:
Enoch Riese 2023-02-13 16:44:12 -06:00
parent 7bfb630bb4
commit 0a07ca8de0
8 changed files with 41 additions and 38 deletions

View file

@ -45,6 +45,8 @@ export const Svg = forwardRef(
}
)
Svg.displayName = 'Svg'
/* What's with all the wrapping?
*
* Glad you asked. The problem lies within the pan & zoom functionality
@ -105,3 +107,5 @@ export const SvgWrapper = forwardRef((props, ref) => {
</SizeMe>
)
})
SvgWrapper.displayName = 'SvgWrapper'