Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change crypto.randomUUID() with a sequential id generation #1137

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

mlmoravek
Copy link
Member

Fixes #1136
Fixes #1105
Part of #1126

Proposed Changes

  • Exchange crypto.randomUUID() with a custom sequental id generation which is unique for each component instance.

@mlmoravek mlmoravek added bug Something isn't working refactoring This involves some refactoring of existing code. labels Nov 26, 2024
Copy link

netlify bot commented Nov 26, 2024

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit cc26a72
🔍 Latest deploy log https://app.netlify.com/sites/oruga-documentation-preview/deploys/6745d01fd8fde100089e6f1f
😎 Deploy Preview https://deploy-preview-1137--oruga-documentation-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mlmoravek mlmoravek changed the title fix: change crypto.randomUUID() to a sequential id generation fix: change crypto.randomUUID() with a sequential id generation Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactoring This involves some refactoring of existing code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

crypto.randomUUID() errors from multiple components rowKey mandatory on OTable since version 0.9.0
1 participant