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

Merged
merged 8 commits into from
Nov 28, 2024

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 18dd8ca
🔍 Latest deploy log https://app.netlify.com/sites/oruga-documentation-preview/deploys/6748a05ede422900086315f4
😎 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
@mlmoravek mlmoravek merged commit 52d3ea5 into develop Nov 28, 2024
9 of 10 checks passed
@mlmoravek mlmoravek deleted the bug/1136/randomUUID branch November 28, 2024 16:57
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