Nathan Burgess
Nathan Burgess
 Placeholder for email should say `Enter your email` gz#10800
Getting this error when attempting to drag using a drag handler. ``` { onMoveOperation?.(operations[oldIndex], operations[newIndex]); }} renderList={({ children, props }) => {children}} renderItem={({ value: operation, props, isDragged }) => {...
### Describe the bug The `External Link` documentation example code uses the wrong prop. ### Steps to Reproduce the Bug or Issue 1. Go to [https://nextui.org/docs/components/link#external-link](https://nextui.org/docs/components/link#external-link) 2. Look at the...
**Code** ```ts const query = e.params( { parentId: e.uuid, }, (params) => e.select(e.Child, (child) => ({ filter_single: e.op(params.parentId, "in", child.parents.id), parents: (parent) => ({ "@prop": true, filter_single: e.op(parent.id, "=", params.parentId),...
Discord thread: https://discord.com/channels/841451783728529451/1300525436165423266 - EdgeDB Version: 5.6+adb9e77 - EdgeDB CLI Version: EdgeDB CLI 5.5.1+cc9315a - OS Version: Sequoia 15.0 Seeing an issue where TypeScript is reporting a property as not...