docs(changeset): Eslint, fixes on container rendering

This commit is contained in:
Hein
2025-10-22 13:17:42 +02:00
parent 2f0db1f0e3
commit 0f7cf52432
15 changed files with 314 additions and 257 deletions

View File

@@ -63,3 +63,5 @@ export const Pager = React.memo(() => {
return <></>;
});
Pager.displayName = 'Gridler-Pager';