mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 04:17:58 +00:00
8ac4904573
The 0.62.19 package had a broken structure (missing types field, wrong main entry pointing to non-existent index.js). Version 0.62.20 has the correct package structure with: - main: "./build/cjs/index.js" - types: "./build/index.d.ts" Updated resolutions in package.json to force 0.62.20 instead of ^0.62.18 which resolved to the broken 0.62.19. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pezkuwi/react-api
WARNING: This is not deemed stable yet for external use in React-based apps and still included in the pezkuwichain/pezkuwi-apps repo. Since these are generic HOC components for React, they will move to the pezkuwichain/pezkuwi-ui repo once deemed stable and usable by external projects.
For the existing sharable components usable in external React-based projects, take a look at the pezkuwichain/pezkuwi-ui documentation