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
This creates an unintended dependency, even though the paginator is designed to work as a standalone component now. The task is to decouple these dependencies and make the paginator self-contained. For example, standalone usage should not require any imports or dependencies related to the Grid directory.
Reproduction
When in App Builder, you place a card component for example and enable paging to it. You can see it's styles are grid related:
Workaround
Currently, the paginator can only be used with the Grid module due to its reliance on Grid styles and scripts.
Is this a regression?
No or unsure. This never worker, or I haven't tried before.
Affected versions
4.8.0
Browser/OS/Node environment
Not browser or environment-specific.
The text was updated successfully, but these errors were encountered:
Which component(s) are affected?
Paginator
Description
The paginator currently relies on styles and scripts located under the Grid directory, such as:
This creates an unintended dependency, even though the paginator is designed to work as a standalone component now. The task is to decouple these dependencies and make the paginator self-contained. For example, standalone usage should not require any imports or dependencies related to the Grid directory.
Reproduction
When in App Builder, you place a card component for example and enable paging to it. You can see it's styles are grid related:
Workaround
Currently, the paginator can only be used with the Grid module due to its reliance on Grid styles and scripts.
Is this a regression?
No or unsure. This never worker, or I haven't tried before.
Affected versions
4.8.0
Browser/OS/Node environment
Not browser or environment-specific.
The text was updated successfully, but these errors were encountered: