We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<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
getting this as a stack trace
I am getting the error while running the test cases as well as while start the application on a specific port.
Windows
Chrome
1.2.4
Medium
The text was updated successfully, but these errors were encountered:
Not sure about this - wonder if @msankaran0712 could assist? Please note though that Modus React Bootstrap is no longer actively supported.
Sorry, something went wrong.
@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.
@msankaran0712 Should I share my package.json here?
No branches or pull requests
Prerequisites
Describe the issue
is the code i have used
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
The text was updated successfully, but these errors were encountered: