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

possible bug in Frontend Code #71

Open
mlodic opened this issue Sep 1, 2022 · 7 comments
Open

possible bug in Frontend Code #71

mlodic opened this issue Sep 1, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@mlodic
Copy link
Member

mlodic commented Sep 1, 2022

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)

@mlodic mlodic added the bug Something isn't working label Aug 30, 2023
@TacitTactics
Copy link

I get a blank page when I attempt to load greedybear

@mlodic
Copy link
Member Author

mlodic commented Mar 29, 2024

please add more information, screenshots, logs,etc otherwise we can't help

@dodaa08
Copy link

dodaa08 commented Dec 25, 2024

Hi, I see the issue with multiple rendering, but for reaching there I need to fix some warnings shown in the console, even if i try to update the type of spinner to border or grow, the warnings will have no effect, could you help approach this issue ?

image

@drosetti
Copy link
Contributor

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

@dodaa08
Copy link

dodaa08 commented Dec 27, 2024

Okay, I'll recheck and get back to you.

@dodaa08
Copy link

dodaa08 commented Dec 28, 2024

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 ?

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

@drosetti
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants