-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: remove user context #35
Conversation
package.json
Outdated
@@ -141,5 +141,8 @@ | |||
"*.{json,yaml,yml,md}": [ | |||
"prettier --write" | |||
] | |||
}, | |||
"publishConfig": { |
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.
we dont need it
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
@@ -16,7 +15,6 @@ export interface BlogConstructorProviderProps { | |||
locale?: Locale; | |||
router?: RouterContextProps; | |||
theme?: ThemeValueType; | |||
user?: UserContextProps; |
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.
remove information about it from contexts readme
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
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.
fix comments
1863dac
to
e6890d3
Compare
Preview is ready. |
No description provided.