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
Describe the problem A clear and concise description of the problem. Which components are affected? Follow up to patternfly/patternfly-org#3538
Icon import paths should be updated for relative path conversion logic to access/ import the correct icons within CodeSandbox demos.
Icon import paths in Primary Detail Card View demo are not correct and CodeSandbox demo does not render the icons correctly
Masthead fullscreen demo - imgAvatar and pfIcon not rendering correctly in CodeSandbox
imgAvatar
pfIcon
Application Launcher - demos that import pfLogoSm not rendering PF icons within dropdown items in CodeSandbox
pfLogoSm
Compact table demo - Label, TableText not defined
Static bottom pagination table demo - missing TableText import
Sortable responsive demo - various missing imports
Column management table demo - PageSection, Card not defined
Filterable table demo - update table data import to import { rows, columns } from './sampleData';
import { rows, columns } from './sampleData';
Primary detail card view - DashboardWrapper imported twice
Related: #9124
The text was updated successfully, but these errors were encountered:
Update: 1 - 3 moved to / now tracked in patternfly/patternfly-org#3757
Sorry, something went wrong.
evwilkin
jenny-s51
Successfully merging a pull request may close this issue.
Describe the problem
A clear and concise description of the problem. Which components are affected?
Follow up to patternfly/patternfly-org#3538
Icon import paths should be updated for relative path conversion logic to access/ import the correct icons within CodeSandbox demos.
Icon import paths in Primary Detail Card View demo are not correct and CodeSandbox demo does not render the icons correctlyMasthead fullscreen demo -imgAvatar
andpfIcon
not rendering correctly in CodeSandboxApplication Launcher - demos that importpfLogoSm
not rendering PF icons within dropdown items in CodeSandboxCompact table demo - Label, TableText not defined
Static bottom pagination table demo - missing TableText import
Sortable responsive demo - various missing imports
Column management table demo - PageSection, Card not defined
Filterable table demo - update table data import to
import { rows, columns } from './sampleData';
Primary detail card view - DashboardWrapper imported twice
Related: #9124
The text was updated successfully, but these errors were encountered: