Skip to content

chore: remove unused react-is dependency#167

Open
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/remove-unused-react-is-20260602
Open

chore: remove unused react-is dependency#167
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/remove-unused-react-is-20260602

Conversation

@andrerfneves
Copy link
Copy Markdown
Owner

Summary

Removes the unused react-is dependency from package.json.

Problem

  • react-is is listed as a direct dependency but is not imported or used anywhere in the application code
  • It is a leftover dependency that was likely needed by an older version of styled-components (v5.x), but v6.x no longer requires it
  • It remains installed transitively via react-qr-code -> prop-types -> react-is, so removing it from the top-level dependencies is safe

Verification

  • Searched all JS files in components/ and pages/ — no react-is imports found
  • npm run build passes successfully
  • No runtime or build impact

Impact

  • Reduces the direct dependency surface
  • Smaller package.json and package-lock.json
  • Cleaner dependency tree

- react-is is listed as a direct dependency but is not imported
  or used anywhere in the application code
- It is already installed transitively via react-qr-code -> prop-types
- Removing it reduces the direct dependency surface
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lightning-address Ready Ready Preview, Comment Jun 2, 2026 4:03am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant