Skip to content

Commit 2dad373

Browse files
committed
Add variation selector to ❌ in best_practices heading
The heading was missing the FE0F variation selector that forces emoji presentation. Other pages had it which is why ❌ rendered in color there but not on this page.
1 parent 6a03f54 commit 2dad373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/documentation/listen_it/best_practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ print(lazy.value); // 21 ✅ (NOW updates on next change)
5252
**Recommendation**: Don't mix. Use all-eager (default, simple) or all-lazy (memory optimization). Mixing can cause hard-to-debug stale values.
5353
:::
5454

55-
### ❌ WRONG: Chains in Build Methods
55+
### WRONG: Chains in Build Methods
5656

5757
Never create chains inline in build methods:
5858

0 commit comments

Comments
 (0)