Open basham opened 9 years ago
Instead of declaring an ID and hoping that the ID is unique in the application, use guid IDs, to essentially guarantee their uniqueness. This is done in the Dialog component right now. Replicate the technique elsewhere.
https://github.com/iuux/adrx-quicknotes/blob/42c44a897736ad5a4f6cd1c48f3f8ce4e37cb28d/src/scripts/components/Dialog.jsx#L12-L47
Instead of declaring an ID and hoping that the ID is unique in the application, use guid IDs, to essentially guarantee their uniqueness. This is done in the Dialog component right now. Replicate the technique elsewhere.
https://github.com/iuux/adrx-quicknotes/blob/42c44a897736ad5a4f6cd1c48f3f8ce4e37cb28d/src/scripts/components/Dialog.jsx#L12-L47