p5.js-web-editor
p5.js-web-editor copied to clipboard
Fix styled-component warning in `withLabel` HOC
Fixes #2050
Changes:
Move the const StyledIcon = styled(SvgComponent) up a level so that it will be called once per icon rather than on every render.
I have verified that this pull request:
- [x] has no linting errors (
npm run lint) - [x] has no test errors (
npm run test) - [x] is from a uniquely-named feature branch and is up to date with the
developbranch. - [x] is descriptively named and links to an issue number, i.e.
Fixes #123