-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Upgrading 0.15 -> 0.17 throws type error #1524
Comments
Did the migrations run? Because preventing that error was basically why that was written |
spencern
added a commit
to spencern/reaction
that referenced
this issue
Oct 24, 2016
Error was caused by `fieldData.addressBook` existing as an empty array, this checks to make sure that `addressBook[0]` exists before looking for the `fullName` prop.
It said that the migrations ran, but I think what happened is that there was an empty address book ( |
aaronjudd
pushed a commit
that referenced
this issue
Oct 25, 2016
* Fixes #1524 Error was caused by `fieldData.addressBook` existing as an empty array, this checks to make sure that `addressBook[0]` exists before looking for the `fullName` prop. * fix camelcase typo that was breaking tests. * Actually fix typo in addressBook. Previous commit is what happens when you have two editor windows open with similar files open.
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actual Behavior
Here's the error
Steps to Reproduce the Behavior
Upgraded existing shop with data to
reaction:master
0.17PR incoming.
The text was updated successfully, but these errors were encountered: