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
According to the documentation, replaceIn should replace the content of the given element.
replaceIn
This seems to work in 1.10.0
But in 1.11.1 it does not.
Looking for confirmation that this is a bug and then I would be happy to investigate and open a PR.
Edit: Narrowed this down to Ember v1.11.0-beta.2 where the bug was introduced. Probably this commit
The text was updated successfully, but these errors were encountered:
PR coming soon
Sorry, something went wrong.
Fix replace in
f373f87
Resolves emberjs#10881
Closed in favor of PR #10883
[BUGFIX beta] Fix replace in
d9965f6
7eed446
Resolves #10881 (cherry picked from commit d9965f6)
Successfully merging a pull request may close this issue.
According to the documentation,
replaceIn
should replace the content of the given element.This seems to work in 1.10.0
But in 1.11.1 it does not.
Looking for confirmation that this is a bug and then I would be happy to investigate and open a PR.
Edit: Narrowed this down to Ember v1.11.0-beta.2 where the bug was introduced. Probably this commit
The text was updated successfully, but these errors were encountered: