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

Getting a warning while using OverlayTrigger #507

Open
3 tasks done
s-p-sathish opened this issue Jan 2, 2025 · 3 comments
Open
3 tasks done

Getting a warning while using OverlayTrigger #507

s-p-sathish opened this issue Jan 2, 2025 · 3 comments
Labels

Comments

@s-p-sathish
Copy link

s-p-sathish commented Jan 2, 2025

Prerequisites

Describe the issue

<OverlayTrigger
                  key="overlay2"
                  placement="top"
                  transition={false}
                  overlay={<Tooltip>{tooltip} </Tooltip>}
                >
                  <i
                    className="ml-2 modus-icons cursor-pointer i-color"
                    aria-hidden="true"
                    onClick={() => alterOrderProp()}
                  >
                    {orderByDescFlag ? "sort_alpha_down" : "sort_alpha_up"}
                  </i>
                </OverlayTrigger>

is the code i have used

image

    getting this as a stack trace

Reduced test cases

I am getting the error while running the test cases as well as while start the application on a specific port.

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Chrome

What version of Modus React Bootstrap are you using?

1.2.4

Priority

Medium

@s-p-sathish s-p-sathish added the bug label Jan 2, 2025
@coliff
Copy link
Member

coliff commented Jan 6, 2025

Not sure about this - wonder if @msankaran0712 could assist?
Please note though that Modus React Bootstrap is no longer actively supported.

@msankaran0712
Copy link
Collaborator

@s-p-sathish This needs a deeper investigation, it could be because of the specific version of React Bootstrap that Modus React Bootstrap is using.

@s-p-sathish
Copy link
Author

@msankaran0712 Should I share my package.json here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants