-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add example #1
Add example #1
Conversation
…react-memoized-context into feature/add-example
@tomaszczura don't forget to update the |
package.json
Outdated
@@ -1,14 +1,21 @@ | |||
{ | |||
"name": "@air/react-memoized-context", | |||
"version": "1.0.0", |
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.
"version": "1.0.0", |
I don't think you need to version it - and I'm curious to see if it will handle it for us
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.
ok, I wil revert that
This reverts commit 6473534.
import { UsersTeamContextValue, UserTeamContextActions } from './usersTeamContextTypes'; | ||
|
||
export const usersTeamContextDispatch = (state: UsersTeamContextValue, action: UserTeamContextActions) => { | ||
console.log('usersTeamContextDispatch', action); |
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.
want this in here?
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.
nope
No description provided.