-
Notifications
You must be signed in to change notification settings - Fork 57
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] Minor Search bar CSS issue #148
Comments
Hii @gbowne1 |
I do get the same MUI errors though |
I don't always use React Dev Tools. It could very well be a browser issue. Some browsers I know don't like using & |
@BlackBond06 can you tell if this issue still exists? |
@gbowne1 I did not get this error in the console for the home page using Chrome and Microsoft Edge. Is there any other way to check for this error ? |
There is also a UI/UX designer that wants to contribute but he is experiencing difficulty setting up the backend of the project. I think we really need to have a clear and easy-to-understand documentation on setting up the backend of the project. |
@BlackBond06 I haven't got this error in a while. If it's not in Firefox or Chrome anymore I think it's safe and ok to cancel this. I do not have access to Edge so I don't know about that. Maybe try the Chromium browser since that's what its based on these days. Let me know and we can cancel this issue. |
I also agree about the documentation |
In the browser console, I am getting Expected declaration but found ‘&’. Skipped to next declaration. localhost:3000:19:5
Elements matching selector: .search-input
NodeList [ input.search-input
]
0:
I couldn't figure out where the
&
was located, easily but it actually may be describing this portion of BookSearch.css:I am not certain how to fix this, but it's a minor issue.
The text was updated successfully, but these errors were encountered: