You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #883 [TwigComponent] Clarifying PostMount hook (weaverryan)
This PR was merged into the 2.x branch.
Discussion
----------
[TwigComponent] Clarifying PostMount hook
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Tickets | None
| License | MIT
From a conversation on Slack with `@mina20088`. The previous text was accurate... but it made a big deal out of a feature that few will need. Really, you could use `mount()` instead of `PostMount` I think in all cases. `PostMount` IS still nice if you want to run some processing AFTER all of your properties have been mounted.
Cheers!
Commits
-------
b9ec3f7 [TwigComponent] Clarifying PostMount hook
0 commit comments