Mario Jerkovic
Mario Jerkovic
**uPlot version**: 1.6.17 **Browser**: Chrome 95.0.4638.69 **OS**: macOS **Bug description**: If you set scale range to equal numbers like [1,1], [2,2] and etc.. except [0,0] memory usage skyrockets and tab...
### Preliminary Checks - [X] I have reviewed the documentation: https://clerk.com/docs - [X] I have searched for existing issues: https://github.com/clerk/javascript/issues - [X] I have not already reached out to Clerk...
## Description - Add `orderBy` to InvitationAPI.getInvitationList to control sorting direction and field to follow semantics of [REST](https://clerk.com/docs/reference/backend-api/tag/invitations/get/invitations) api ## Checklist - [x] `pnpm test` runs as expected. - [x]...
## Description * Corrects `createInvitationBulk` to return an array of Invitation instead of a single Invitation. * Aligns the method’s return type with the bulk [REST endpoint](https://clerk.com/docs/reference/backend-api/tag/invitations/post/invitations/bulk) semantics and existing...