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
Latest master. 2787c34
master
Not reproducible against 3.0.0-rc.5
https://codesandbox.io/s/morning-smoke-htz9v?file=/index.html
id
The load mask should show when a radio button is clicked.
Only the 'Loading' message is shown, not the load mask.
It works correctly with flush: 'post'. It doesn't work with flush: 'pre' or flush: 'sync'. This example works with all 3 against rc.5.
flush: 'post'
flush: 'pre'
flush: 'sync'
To reiterate the key steps here:
The text was updated successfully, but these errors were encountered:
611437a
No branches or pull requests
Version
Latest
master
. 2787c34Not reproducible against 3.0.0-rc.5
Reproduction link
https://codesandbox.io/s/morning-smoke-htz9v?file=/index.html
Steps to reproduce
id
.What is expected?
The load mask should show when a radio button is clicked.
What is actually happening?
Only the 'Loading' message is shown, not the load mask.
It works correctly with
flush: 'post'
. It doesn't work withflush: 'pre'
orflush: 'sync'
. This example works with all 3 against rc.5.To reiterate the key steps here:
id
in the parent.id
as a prop to the child.id
.The text was updated successfully, but these errors were encountered: