Skip to content

Commit

Permalink
style(ci): prettier changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Aug 27, 2024
1 parent c70193b commit 640a146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/large-lobsters-grab.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ describe its purpose, which is to break cyclic dependency
chains at the service initialization stage.

The renaming of this function to `forwardRef` more clearly
explains its function. The name was 1:1 inspired by Angular,
explains its function. The name was 1:1 inspired by Angular,
which contains a function that does exactly the same thing.

Note that, while `lazy` is deprecated, it will still be supported.
The implementation of the `lazy` function has been moved to
`forwardRef`, which is a 1:1 replacement for the former.
`forwardRef`, which is a 1:1 replacement for the former.

0 comments on commit 640a146

Please sign in to comment.