We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c47f6 commit 044c4c7Copy full SHA for 044c4c7
content/ember-released-6-8.md
@@ -52,6 +52,7 @@ result.destroy();
52
```
53
54
The API supports several configuration options including:
55
+
56
- `into`: The DOM element to render into
57
- `args`: Arguments to pass to the component - these can be a `trackedObject`
58
- `owner`: Optional owner object for service access, (or minimal partial implementation of what your component needs)
@@ -93,7 +94,6 @@ You can read more about this on the page for [RFC #1068](https://rfcs.emberjs.co
93
94
This feature was inspired by `tracked-built-ins` and brings these essential reactivity primitives directly into the framework core.
95
96
-
97
#### Deprecations
98
99
Ember.js 6.8 introduces <insert number here> new deprecations.
0 commit comments