# api.renderInOutlet not rendering?

**URL:** <https://meta.discourse.org/t/api-renderinoutlet-not-rendering/371955>\
**Category:** Development\
**Created:** [June 27, 2025, 7:19am UTC](https://meta.discourse.org/t/api-renderinoutlet-not-rendering/371955 "2025-06-27T07:19:12Z")\
**Posts on this page:** 1\
**Showing post:** 11

<div class="post-metadata">

**Author:** ![manuel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manuel/32/468169_2.png) [@manuel](https://meta.discourse.org/u/manuel)\
**Post date:** [June 28, 2025, 9:24am UTC](https://meta.discourse.org/t/api-renderinoutlet-not-rendering/371955/11 "2025-06-28T09:24:40Z")

</div>

Seems to work fine now 👍

I still get some undefined errors in the console. You should use [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) with the `?.` operator when looking up nested structures. For example:

```plaintext
this.args.category.description?.replace

```

---

_[View the full topic](https://meta.discourse.org/t/api-renderinoutlet-not-rendering/371955)._
