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

Run distinguishable in sync as only runs on dev mode #547

Merged
merged 1 commit into from
Oct 1, 2019

Conversation

agubler
Copy link
Member

@agubler agubler commented Oct 1, 2019

Type: bug

The following has been addressed in the PR:

Description:

The distinguishable check only runs in development mode (i.e. when dojo-debug is set to true) and is statically resolved to false for production builds. In that case there should be no need to run the checks asynchronously.

Resolves #543

@agubler agubler added area: core Core bug Something isn't working labels Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Core bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

registerDistinguishableCallback is called when widget has been destroyed causing an error.
2 participants