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

BUG: [react-tooltip] "true" is not a valid border on Create Project #1510

Closed
ZekeAranyLucas opened this issue Nov 13, 2023 · 2 comments
Closed
Labels
bug Release Note: Shows as Error Correction good first issue Good for newcomers level: easy priority: MUST HAVE role: front-end Front End Developer

Comments

@ZekeAranyLucas
Copy link
Member

ZekeAranyLucas commented Nov 13, 2023

Overview

ToolTip.js#21 initializes the border style improperly

border={true}

need to set the border to something specific.
https://react-tooltip.com/docs/examples/styling#changing-the-border

REPRO

Not sure how to trigger toolip, but browsing around I see this in the console.

react-tooltip.min.mjs:7 [react-tooltip] "true" is not a valid `border`. 
    at B (http://localhost:3000/static/js/bundle.js:161844:9)
    at ToolTip (http://localhost:3000/static/js/bundle.js:26637:3)
    at SidebarPointsPanel (http://localhost:3000/static/js/bundle.js:21826:5)
    at div
    at div
    at div
    at div
    at Sidebar (http://localhost:3000/static/js/bundle.js:25345:3)

@ZekeAranyLucas ZekeAranyLucas added bug Release Note: Shows as Error Correction good first issue Good for newcomers labels Nov 13, 2023
@ZekeAranyLucas ZekeAranyLucas changed the title BUG: [react-tooltip] "true" is not a valid border. BUG: [react-tooltip] "true" is not a valid border on Create Project Nov 13, 2023
@ZekeAranyLucas
Copy link
Member Author

Not sure if there is really supposed to be a border because there isn't one. ask design?

@heejung-hong
Copy link
Member

It appears the border={true} has been removed from ToolTip.js and the error message no longer visible in the console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Release Note: Shows as Error Correction good first issue Good for newcomers level: easy priority: MUST HAVE role: front-end Front End Developer
Projects
Status: Released
Development

No branches or pull requests

3 participants