-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
possible bug in Frontend Code #71
Comments
I get a blank page when I attempt to load greedybear |
please add more information, screenshots, logs,etc otherwise we can't help |
Hi dodaa, are you sure that is the correct spinner ? One I found a similar warning related to a component imported by the certego-ui dependency. I suggest to check if it's the spinner in the code or in the dependency |
Okay, I'll recheck and get back to you. |
import { Spinner } from "reactstrap"; I think it's imported from reactstrap throughout the project, So, is it because of the nested usage of both the libraries ?
|
ok, in this case it's imported from reactastrap. Yes, reactstrap and the spinner is used directly from intelOwl, but also in the certego-ui and it's not up-to-date and it could be the reason for this error. Even if in the jsx file you are viewing there is not the certego-ui import, it could be in a component that use the component you are inspecting. |
In the most recent version in
develop
, with the new GUI, there is a possible hidden bug in the rendering of the frontend code.AppHeaders is rendered multiple times, maybe due to some problem in handling the status in React. Same things happen for other parts of the code in other sections. To be investigated (first step, check output in the console log)
The text was updated successfully, but these errors were encountered: