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
Right now, this component renders page numbers, and Prev/Next. These are implemented as either div elements with custom click handlers (page numbers), or empty anchor tags without any href set, also with a custom click handler (Prev/Next).
This is sort of semantically incorrect, and so I'm labeling it a bug. All of these should just be anchor tags with the proper href set. Any custom behavior designed to intercept/route links differently is happening outside of Palette.
The text was updated successfully, but these errors were encountered:
Right now, this component renders page numbers, and Prev/Next. These are implemented as either
div
elements with custom click handlers (page numbers), or empty anchor tags without anyhref
set, also with a custom click handler (Prev/Next).This is sort of semantically incorrect, and so I'm labeling it a bug. All of these should just be anchor tags with the proper
href
set. Any custom behavior designed to intercept/route links differently is happening outside of Palette.The text was updated successfully, but these errors were encountered: