Skip to content

Commit

Permalink
Format issue links on npm and TS Docs like GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Dec 29, 2023
1 parent 847d718 commit cd6282d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ bun add react-unpin

## Caveats

- Only Next app router is supported currently since Next has the strongest support for Server Components and its pages router doesn't pin React. https://github.com/nickmccurdy/react-unpin/issues/9 https://github.com/nickmccurdy/react-unpin/issues/10
- A `node_modules` directory is required to resolve local Next installations, therefore Yarn PnP is unsupported. https://github.com/nickmccurdy/react-unpin/issues/2
- Internet access is required to read Next's source code since its package manifests exclude pinned React versions. https://github.com/nickmccurdy/react-unpin/issues/11
- Only Next app router is supported currently since Next has the strongest support for Server Components and its pages router doesn't pin React. [#9](https://github.com/nickmccurdy/react-unpin/issues/9) [#10](https://github.com/nickmccurdy/react-unpin/issues/10)
- A `node_modules` directory is required to resolve local Next installations, therefore Yarn PnP is unsupported. [#2](https://github.com/nickmccurdy/react-unpin/issues/2)
- Internet access is required to read Next's source code since its package manifests exclude pinned React versions. [#11](https://github.com/nickmccurdy/react-unpin/issues/11)

0 comments on commit cd6282d

Please sign in to comment.