-
Notifications
You must be signed in to change notification settings - Fork 276
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
[sitecore-jss-react] Handle BYOC Component error #1621
Conversation
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.
👍
One question though- do we need to modify yarn.lock each time with our PRs now? |
@art-alexeyenko How would you fix the yarn.lock outside of PR? |
I think the issue was caused by that yarn.lock commit launched from azure pipeline automation? Now that this commit is not triggered for the previous PR merge, there's a conflict in the current one.
We should only need to update yarn lock when dependencies change. So we need to ensure that unneccesary yarn.lock updates don't trigger. Until then we can try restoring a "broken" yarn.lock via a direct [skip-ci] commit perhaps. |
Hmm probably but looks like this change has been there in the azure pipeline file since a very long time.
Yeah we should add something to investigate this. |
The BYOC component should parse the passed props when fetchedDatais not present.
Description / Motivation
Testing Details
Types of changes