Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Oct 20, 2023
1 parent 736454d commit f5f96a1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

#### Fixed imports of `date-fns` package for Next.js compatibility

- **Issue**: [Fix of reported bug #124](https://github.com/xmtp/xmtp-web/issues/124)
- **Changes**:
- Changed imports from:
```javascript
import xxx from "date-fns/xxx";
```
to:
```javascript
import { xxx } from "date-fns";
```
- **Affected Files**:
- `packages/react-sdk/src/helpers/caching/contentTypes/readReceipt.test.ts`
- `packages/react-sdk/src/helpers/caching/contentTypes/readReceipt.ts`
- `packages/react-sdk/src/hooks/useMessages.ts`
- **Issue**: [Fix of reported bug #124](https://github.com/xmtp/xmtp-web/issues/124)
- **Changes**:
- Changed imports from:
```javascript
import xxx from "date-fns/xxx";
```
to:
```javascript
import { xxx } from "date-fns";
```
- **Affected Files**:
- `packages/react-sdk/src/helpers/caching/contentTypes/readReceipt.test.ts`
- `packages/react-sdk/src/helpers/caching/contentTypes/readReceipt.ts`
- `packages/react-sdk/src/hooks/useMessages.ts`

## 2.2.5

Expand Down

0 comments on commit f5f96a1

Please sign in to comment.