p5.js-web-editor icon indicating copy to clipboard operation
p5.js-web-editor copied to clipboard

Fix styled-component warning in `withLabel` HOC

Open lindapaiste opened this issue 3 years ago • 0 comments

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 develop branch.
  • [x] is descriptively named and links to an issue number, i.e. Fixes #123

lindapaiste avatar Aug 06 '22 22:08 lindapaiste