Skip to content

Conversation

@benduran
Copy link
Contributor

Summary

Made the component-library and react-hooks uncompiled, which makes local development more pleasant as you no longer need to compile these packages before using them

Rationale

see summary, above, for why

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

Built all next.js apps and also ran a few of them locally to ensure things loaded

@benduran benduran requested a review from a team as a code owner December 11, 2025 13:00
@benduran benduran added the enhancement New feature or request label Dec 11, 2025
@vercel
Copy link

vercel bot commented Dec 11, 2025

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

Project Deployment Preview Comments Updated (UTC)
proposals Ready Ready Preview Comment Dec 11, 2025 1:16pm
6 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
api-reference Skipped Skipped Dec 11, 2025 1:16pm
component-library Skipped Skipped Dec 11, 2025 1:16pm
developer-hub Skipped Skipped Dec 11, 2025 1:16pm
entropy-explorer Skipped Skipped Dec 11, 2025 1:16pm
insights Skipped Skipped Dec 11, 2025 1:16pm
staking Skipped Skipped Dec 11, 2025 1:16pm

@vercel vercel bot temporarily deployed to Preview – staking December 11, 2025 13:12 Inactive
@vercel vercel bot temporarily deployed to Preview – component-library December 11, 2025 13:12 Inactive
@vercel vercel bot temporarily deployed to Preview – api-reference December 11, 2025 13:12 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer December 11, 2025 13:12 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub December 11, 2025 13:12 Inactive
@vercel vercel bot temporarily deployed to Preview – insights December 11, 2025 13:12 Inactive
"./useData": "./src/useData/index.ts",
"./useDrawer": "./src/useDrawer/index.tsx",
"./useLogger": "./src/useLogger/index.tsx",
"./useQueryParamsPagination": "./src/useQueryParamsPagination/index.ts"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use a wildcard so we don't have to maintain all the subpath exports manually?

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants