Skip to content

Commit

Permalink
Need more coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathonKoster committed Feb 8, 2025
1 parent 5a10ff6 commit 67c9851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The main visual difference when working with Dagger components is the use of the
- [Blade Component Prefix](#blade-component-prefix)
- [Compile Time Rendering](#compile-time-rendering)
- [Enabling/Disabling Optimizations on Classes or Methods](#enablingdisabling-optimizations-on-classes-or-methods)
- [Notes on Compile Time Renderering](#notes-on-compile-time-renderering)
- [Notes on Compile Time Rendering](#notes-on-compile-time-rendering)
- [The View Manifest](#the-view-manifest)
- [License](#license)

Expand Down Expand Up @@ -1422,7 +1422,7 @@ class MyAwesomeClass
}
```

### Notes on Compile Time Renderering
### Notes on Compile Time Rendering

- You should *never* attempt to force a component to render at compile time, outside of applying the `EnableOptimization` or `DisableOptimization` attributes to your own helper methods
- If an exception is raised while rendering a component at compile time, CTR will be disabled for that component and the compiler will revert to normal behavior
Expand Down

0 comments on commit 67c9851

Please sign in to comment.