Skip to content

Commit 8c20a8e

Browse files
authored
fix
1 parent f441d83 commit 8c20a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ember_debug/libs/render-tree.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class InElementSupportProvider {
5252
const ref = self.reference.createUnboundRef(element);
5353
this.env.debugRenderTree?.create(remoteStack.at(-1), {
5454
type: 'remote-element',
55-
name: 'InElement',
55+
name: 'in-element',
5656
args: {
5757
positional: [],
5858
named: {

0 commit comments

Comments
 (0)