-
Notifications
You must be signed in to change notification settings - Fork 10
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
new api for Layouts #451
new api for Layouts #451
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fa117e9
to
5549814
Compare
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 all console.log()
packages/core/src/core.ts
Outdated
@@ -177,6 +191,7 @@ export const Core: Init<HtmlOutputType> = (token, config, cb) => { | |||
|
|||
try { | |||
const action = JSON.parse(data.data); | |||
console.log("action", 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.
remove
demo/react/src/Editor.tsx
Outdated
categories: convertToCategories(data.categories), | ||
}; | ||
|
||
console.log("result", result); |
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
b0b1105
to
e02b5d8
Compare
Related issue: #446