Skip to content

Fixed runserver warnings/errors on various components and pages#636

Open
Bcastillo44 wants to merge 12 commits into
developfrom
runserver-errors-local-application
Open

Fixed runserver warnings/errors on various components and pages#636
Bcastillo44 wants to merge 12 commits into
developfrom
runserver-errors-local-application

Conversation

@Bcastillo44
Copy link
Copy Markdown
Contributor

  • Related Issue (include '#'):

    Runserver Errors on Local application #631

  • Description of changes made:

    Fixed runserver warnings/errors on various components and pages

  • Is the feature complete/bug resolved/etc..:

    Not all bugs are resolved

  • Any known bugs/strange behavior:

  • Is there specific feedback you would like on these changes:

  • Screenshot(s):

Copy link
Copy Markdown
Contributor

@0xZakk 0xZakk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Bcastillo44 Looks like you made some good progress, but I'm still seeing a lot of errors

You created a Pipfile in the root of the repo, can you get rid of that?

Also, it looks like you checked in the environment variables!!! Can you delete that immediately?!

@Bcastillo44 Bcastillo44 requested a review from 0xZakk June 30, 2020 20:02
@0xZakk 0xZakk removed the request for review from Underwaterr July 1, 2020 16:33
Copy link
Copy Markdown
Contributor

@0xZakk 0xZakk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Bcastillo44 This looks better and thank you for removing the environment variables!

I'm still seeing a lot of errors output in the console when I run the server. Any idea why?

@Bcastillo44 Bcastillo44 requested a review from 0xZakk July 2, 2020 19:14
Copy link
Copy Markdown
Contributor

@0xZakk 0xZakk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm getting these last three errors:

Compiled with warnings.

./src/pages/OnboardingPage/FilterSettingsForm/FilterSettingsForm.js
  Line 42:24:  Expected to return a value in arrow function  array-callback-return

./src/pages/HomePageOldUser/HomePageOldUser.js
  Line 76:7:  'handleClick' is assigned a value but never used  no-unused-vars

./src/pages/HomePage/HomePage.js
  Line 77:7:  'handleClick' is assigned a value but never used  no-unused-vars

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

Otherwise, this is a HUUUUUUUUGE improvement!

@Bcastillo44 Bcastillo44 requested a review from 0xZakk July 7, 2020 19:22
Copy link
Copy Markdown
Contributor

@0xZakk 0xZakk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Bcastillo44 Can you update this with develop and fix any merge conflicts?

@Bcastillo44
Copy link
Copy Markdown
Contributor Author

@Bcastillo44 Can you update this with develop and fix any merge conflicts?

How do I do that?

@Bcastillo44 Bcastillo44 requested a review from 0xZakk July 9, 2020 18:28
Copy link
Copy Markdown
Contributor

@0xZakk 0xZakk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your branch has conflicts with develop - merge develop into this branch, fix the conflicts, then update this PR

@Bcastillo44 Bcastillo44 requested a review from 0xZakk July 14, 2020 17:11
Comment thread client/src/pages/HomePage/HomePage.js Outdated
Comment on lines +90 to +95
<<<<<<< HEAD
<a href="./home">New User Sample</a>
<br></br>
<a href="./home-old-user">Old User Sample</a>
=======
>>>>>>> develop
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you committed a merge conflict! Can you fix this please?

Copy link
Copy Markdown
Contributor

@0xZakk 0xZakk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge develop into this branch and then merge this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants