-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fix paragraph splits on the Paragraph block #104
Conversation
package.json
Outdated
@@ -45,7 +45,7 @@ | |||
"pre-build": "yarn check-gb-unused-babelrc && yarn bypass-gb-babel", | |||
"test:pre-build": "yarn check-gb-unused-babelrc && yarn test:bypass-gb-babel", | |||
"start": "yarn pre-build && yarn react-native start", | |||
"start:reset": "yarn clean:runtime && yarn start --reset-cache", | |||
"start:reset": "yarn clean:metro && yarn start --reset-cache", |
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.
There's #103 which looks like it's also taking care of this. Can you maybe review that one and get it merged? Otherwise, I think there will be a conflict
This reverts commit 8cfefc5.
@koke thanks for the heads up! I just reviewed the other PR and reverted the changes on this PR. |
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.
Works nicely on my end @SergioEstevao 👍
Feel free to update to the GB hash when the GB side PR is merged and merge here.
# Conflicts: # jest.config.js
Avoid testing for focus if there is nothing focused
This PR fixes a regression where inserting multiple lines on a paragraph block was crashing the example app.