Skip to content

Commit 2c068cc

Browse files
Remove unused _hasBlock parameter from create() signature
Co-authored-by: NullVoxPopuli <[email protected]>
1 parent a307739 commit 2c068cc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages/@ember/-internals/glimmer/lib/component-managers

packages/@ember/-internals/glimmer/lib/component-managers/curly.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,7 @@ export default class CurlyComponentManager
248248
args: VMArguments,
249249
{ isInteractive }: Environment,
250250
dynamicScope: DynamicScope,
251-
callerSelfRef: Reference,
252-
_hasBlock: boolean
251+
callerSelfRef: Reference
253252
): ComponentStateBucket {
254253
// Get the nearest concrete component instance from the scope. "Virtual"
255254
// components will be skipped.

0 commit comments

Comments
 (0)