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
The Text and TextContent components have been combined into the Content component in v6. We have a codemod that will run as part of the v5 to v6 migration that will automatically update all references, or both Text or TextContent may be manually replaced with Content as the API is largely the same (the major difference is TextContent's isVisited prop becomes isVisitedLink).
Describe the problem
Text
andTextContent
are not exported by@patternfly/react-core
v6.0.0How do you reproduce the problem?
The CodeSandbox suggested by this template already shows the problem.
The text was updated successfully, but these errors were encountered: