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
The following instances of FileDiffCard do not specify the @useCodeMirror property:
FileDiffCard
@useCodeMirror
app/components/course-page/test-results-bar/autofix-section/autofix-result.hbs
app/components/course-page/course-stage-step/second-stage-instructions-card/implement-solution-step.hbs
app/components/course-page/course-stage-step/first-stage-tutorial-card/uncomment-code-step.hbs
To ensure consistent rendering behavior, we should update these instances to include the @useCodeMirror property.
Referenced from PR #2408: #2408 Comment URL: #2408 (comment)
cc @VasylMarchuk
The text was updated successfully, but these errors were encountered:
CodeMirror
VasylMarchuk
No branches or pull requests
The following instances of
FileDiffCard
do not specify the@useCodeMirror
property:app/components/course-page/test-results-bar/autofix-section/autofix-result.hbs
app/components/course-page/course-stage-step/second-stage-instructions-card/implement-solution-step.hbs
app/components/course-page/course-stage-step/first-stage-tutorial-card/uncomment-code-step.hbs
To ensure consistent rendering behavior, we should update these instances to include the
@useCodeMirror
property.Referenced from PR #2408: #2408
Comment URL: #2408 (comment)
cc @VasylMarchuk
The text was updated successfully, but these errors were encountered: