You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when using suretype in an Electron app, index.js is being loaded twice. As a result, event handlers are registered twice and states are also duplicated. Since the app only updates one of the states during operation, certain processes that rely on the state cannot function properly.
It is not clear where the problem is specifically occurring, but commenting out this line seems to prevent the issue, so the cause may be related to awesome-ajv-errors.
It seems that when using suretype in an Electron app, index.js is being loaded twice. As a result, event handlers are registered twice and states are also duplicated. Since the app only updates one of the states during operation, certain processes that rely on the state cannot function properly.
It is not clear where the problem is specifically occurring, but commenting out this line seems to prevent the issue, so the cause may be related to awesome-ajv-errors.
code that reproduces the issue
The text was updated successfully, but these errors were encountered: