Closed hardikk2002 closed 3 years ago
Can you explain it in brief??
Hey @rahulshawdev!
The issue is that when someone clicks on any of the initially given options (like, Blogs space, Coding contests and ...) then that particular component that is attached to the Given Option appends at the bottom.
So, the enhancement of which I was saying is that on clicking, the window (view area) should automatically scroll to the bottom when it has something new below it.
That's why I have linked React-Scroll-to-Bottom npm package it may help to do this task. 💫
Let me know if it is still unclear to you.
getting error while installing dependencies in windows
@RamanSharma100 Please share the Error that you are getting, as this should not be the case I think.
this is the error that I am getting while installing dependencies
its the error related to os
@RamanSharma100 its I think something related to package-lock.json. Once delete:
package.json files And then try
npm install
It will create new lock file and it should work then. But I am not sure, still you can give it a try and reply if it works or not.
ya this worked thanks
while running the webpack popup is not able to compile and run
i think you haven't mentioned @material-ui/core package
working after installing material ui core i will also update the package.json
@RamanSharma100 yes intall it, I don't know why it is showing that. Run
It will resolve this error.
ya already done
@RamanSharma100 That's awesome, few more things.
inside src/entry/index-options.js
You will not be able to access the /options.html route as Auth0 is used there, so it will give you the error, to check that page you might want to use your own client ID and Redirect URI ( those which are in the app right are now updated with new client ID in production).
Also if you are trying to run in local host, then change
redirectUri="localhost:8080/options.html"
And if you are trying it using load unpack in your chrome then use
redirectUri=window.location.origin
Or simply Change isAuthenticated to false inside
src/components/Options.js
Auto-scroll is not working, when a new tab opens up beneath the Index popup page.
The directory that may need changes
Package that could help: React-Scroll-to-Bottom.