cam-inc / viron

OAS-driven Frontend-NoCode Administration Console
https://discovery.viron.plus/
MIT License
1.02k stars 52 forks source link

Fixed a bug that caused different fileReader to be selected #821

Closed JIIOryo closed 5 months ago

JIIOryo commented 5 months ago

Summary

Fixed a bug that could cause different FileReaders to be selected when using multiple FileReaders.

The cause of this bug is that the same id could be assigned to adjacent FileReaders due to the use of Date.now() for id generation.

Before

before

After

after

Related PullRequest

https://github.com/cam-inc/viron/pull/755

issue

https://github.com/cam-inc/viron/issues/779

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: 125e0090262fcf3cdcec6c676cdfcf910a269b8a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------- | ----- | | @viron/app | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR