Azhar Rizqullah
Results
3
issues of
Azhar Rizqullah
Currently the `isActive` prop is required: ```ts type $$Props = PaginationPrimitive.PageProps & Props & { isActive: boolean; }; ``` where it should've been optional. This PR addresses that issue by...
`convinient` => `convenient`