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
Because the renameComponent helper only hits opening element nodes it misses re-exports such as export * from '@patternfly/react-component-groups/dist/dynamic/InvalidObject';
We should update the helper to catch such usage.
The text was updated successfully, but these errors were encountered:
Because the renameComponent helper only hits opening element nodes it misses re-exports such as
export * from '@patternfly/react-component-groups/dist/dynamic/InvalidObject';
We should update the helper to catch such usage.
The text was updated successfully, but these errors were encountered: