We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that it is not possible to route its own methods to events fired by initialize. (In the case of synchronous processing).
However, I also intuited that such a situation is not surprising considering that it is an event in the special process of initialize.
With that impression, I personally would be glad to see this behavior described in the documentation.
Below is the reproduced code.
https://codepen.io/Takuya-Nakajima/pen/ZEZLXWZ
(Sorry if I am just missing something in the documentation.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed that it is not possible to route its own methods to events fired by initialize. (In the case of synchronous processing).
However, I also intuited that such a situation is not surprising considering that it is an event in the special process of initialize.
With that impression, I personally would be glad to see this behavior described in the documentation.
Below is the reproduced code.
https://codepen.io/Takuya-Nakajima/pen/ZEZLXWZ
(Sorry if I am just missing something in the documentation.)
The text was updated successfully, but these errors were encountered: