Skip to content

Commit

Permalink
Yfix
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Apr 29, 2024
1 parent dddf2fc commit 368f090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember_debug/libs/render-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ export default class RenderTree {

if (serialized === undefined) {
this.nodes[node.id] = node;
if (node.type === 'keyword') {
if (node.type === 'keyword' && node.name === 'in-element') {
node.type = 'component';
node.instance = {
args: node.args,
Expand Down

0 comments on commit 368f090

Please sign in to comment.