Skip to content

Commit

Permalink
chore: Export module components (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricevladimir authored Apr 4, 2024
1 parent 9eaf8aa commit 6658035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Fixed

- Reexport module components
- Library build process to avoid bundling dependencies and peer-dependencies when using subfolders import (e.g.
`wagmi/chains`)
- Formatter utility to support negative numbers
Expand Down
5 changes: 1 addition & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
export * from './core';
// Temporarily disable modules component export as Aragon App will throw error when trying to import components from
// the ODS library. The error is caused by the ODS build because it imports the WagmiProvider that is not implemented
// on Wagmi v1. Enable modules component export when Aragon App migrates to Wagmi v2 (https://aragonassociation.atlassian.net/browse/APP-2949)
// export * from './modules';
export * from './modules';

0 comments on commit 6658035

Please sign in to comment.