-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: few tweaks to the migration guide #3649
Conversation
✅ Deploy Preview for ngrx-io ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
||
BEFORE: | ||
#### Title |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Introduced in #3648
@@ -41,7 +44,7 @@ mySelector.projector() // <- type is projector(...args: any[]): number | |||
|
|||
AFTER: | |||
|
|||
The projector is strict by default, but can be bypassed with an `any` generic parameter. | |||
The projector is strict by default, but can be bypassed with an `any` type assertion to specify a less specific type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the description because we didn't implement the any
type generic
Co-authored-by: Brandon <robertsbt@gmail.com>
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #3615
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Added titles
Added some extra info
Reworded a few things