Closed turisap closed 6 years ago
@turisap The extra files/commits are the result of pulling from upstream master, We are using the development branch as our default so you should pull from there to update your local copy eg. instead of git pull upstream master
use git pull upstream development
I checked your repo and your development branch is clean it is just this feature branch that you pulled in the unwanted files (the main difference being the dist folder in the root) so the easiest solution would probably be to just create a new branch from development and copy over your changes then delete this current branch. I can talk you through the options on slack if you need further help.
@motosharpley, thank you for your answer and sorry for this silly thing I've done. I'll try to fix it in the way you suggested.
@turisap no worries it is an easy thing to do and it is common for tutorials to tell you to pull from master to update your branch. In addition all those dist files were really just a hack I was using to get the project deployed to production in a time pinch while I finished getting things configured. Now that I have everything set up pulling from master wouldn't cause this problem It was just lucky timing I suppose 😸
Issue Number:
182
Issue Description:
Developing a component which will represent details of a particular place in full-screen and part-screen modes
Summary of solution:
place_id
of a searched place fromclient/src/components/Search/index.js
to this component was made through callbacks andprops
.Can this issue be closed?
No, it does not cover the issue completely
Should any new issues be added as a result of this solution?
There are two possible issues:
photos
array which in turn contains objects with propertieshtml_attributions
andphoto_reference
. And, according to place details api docs, there should be another request made to obtain a photo (description underphotos[]
array), but I probably got it wrong. Simple usage ofhtml_attributions
property assrc
for<img/>
didn't work.I've got a couple of questions again, so can you please answer them?
I tried reinstall eslint and the absent plugin and I don't have any of them as global packages, I also deleted
node_modules
directory and reinstall everything again, with no success. Should I ask about it in their repo?EDITED
I don't know why it happened, but there are a lot of commits which don't belong to me in this PR. How can I fix that?