Skip to content
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

Bug while loading component inside <Route /> #7

Open
chirayu-joshi opened this issue Aug 26, 2020 · 0 comments
Open

Bug while loading component inside <Route /> #7

chirayu-joshi opened this issue Aug 26, 2020 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@chirayu-joshi
Copy link
Contributor

chirayu-joshi commented Aug 26, 2020

As we are going to add verify page, we need to add react routing to our current website.

I am currently planning to create 2 routes.

  1. For home page. i.e "/"
  2. For verify page. i.e "/verify"
  3. For unknown route 404 page.

The bug is there is loading main site in "/" route.
You can have a look at https://clubgamma.github.io/ to find the bugs.

There is no event listener working. Like mouse movement, scroll event, etc.

Also, have a look at networks tab in inspect element. You will find that on scroll, a request is sent each time.

All the code is available in App.js of latest committed version.

@chirayu-joshi chirayu-joshi added bug Something isn't working help wanted Extra attention is needed labels Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants