GH-2171: Add Missing Page Title to Upgrade Plan Hub Page #604
Conversation
fcjr
commented
Sep 17, 2020
•
|
|
LGTM |
|
Nice spot. If we want to avoid setting this on every render without reverting to using a class component, we can use the The empty array second argument makes it so that the effect is only run once instead of after every render: https://reactjs.org/docs/hooks-effect.html#tip-optimizing-performance-by-skipping-effects (No new packages need to be installed to use hooks, we should just be able to do |
Nice! Looks to be working for me, updated to use this. |