You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for an issue that matches the one I want to file, without success.
Issue Details
With the recent updates to the backstage plugin - the recommendations table is difficult to see. There may have been a UI related problem with mui when we updated the ccf client package to React 18.
Expected Behavior
When loading the ccf backstage plugin and going to the recommendations page, i should be able to clearly see the table.
Actual Behavior
The table component renders, but is difficult to see with the UI styling
To Reproduce
Create a backstage instance, add the ccf plugin and navigate to the recommendations page
hej @ccasher - some context on this: Backstage is not yet compatible with React 18 (but hopefully will be soon backstage/backstage#18243). Looking at your RecommendationsTable it seems like you are using @mui/x-data-grid, which depends on @mui/material (Docs). For a better support maybe try the following:
Upgrade Backstage to v1.17.0
Use the UnifiedTheme Provider to support Material UI v4 and v5 at the same time
Allow React 17 for compatibility & see if that would work for CCF
Also: Always feel free to reach out (here or on Discord/Slack) whenever you run into problems with Backstage while developing this plugin. Happy to help out.
Preflight Checklist
Issue Details
With the recent updates to the backstage plugin - the recommendations table is difficult to see. There may have been a UI related problem with mui when we updated the ccf client package to React 18.
Expected Behavior
When loading the ccf backstage plugin and going to the recommendations page, i should be able to clearly see the table.
Actual Behavior
The table component renders, but is difficult to see with the UI styling
To Reproduce
Create a backstage instance, add the ccf plugin and navigate to the recommendations page
Screenshots
© 2021 Thoughtworks, Inc.
The text was updated successfully, but these errors were encountered: