-
-
Notifications
You must be signed in to change notification settings - Fork 989
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
Scan Area and button appear twice #668
Comments
Can you provide me with a working example of how I can reproduce this? A code example would also do. |
@Mhussein27 what framework are you using? If you are using the latest react, this might be due to they way the DOM is rendered in the latest version. |
Please close the issue, I managed to fixed, it seems that there was a tag
that forcing render twice, once I removed it works fine
…On Mon, Feb 27, 2023, 6:44 PM Caitlin Finn ***@***.***> wrote:
@Mhussein27 <https://github.com/Mhussein27> what framework are you using?
If you are using the latest react, this might be due to they way the DOM is
rendered in the latest version.
—
Reply to this email directly, view it on GitHub
<#668 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCAPGHVZDFEUSMVQ6YZXXLWZTKWVANCNFSM6AAAAAATVPC6PM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Mhussein27 how did you manage that, can you provide the code, please? |
@Mhussein27 1 year later, we got same error message. Can you explain us how did you solved it? |
Hi,
After I removed this tag </React.StrictMode> my issue has been resolved
Good luck with solving the issue
Thanks,
Maha
…On Tue, Jun 4, 2024, 11:31 AM Onur Erden ***@***.***> wrote:
@Mhussein27 <https://github.com/Mhussein27> 1 year later, we got same
error message. Can you explain us how did you solved it?
—
Reply to this email directly, view it on GitHub
<#668 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCAPGH6ILZAZP6ZZHFXIHTZFV3MRAVCNFSM6AAAAAATVPC6POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBWHEZDKMJVHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Describe the bug
Select Camera and Start Scanning button appears twice and when I click stop scanning to both buttons, I received the below error :
To Reproduce
Steps to reproduce the behavior:
Expected behavior
only one scan Area and button should appear
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: