v0.6.3
Changelog
- BUG: Settings - A link to a settings section that is gated behind another setting always landed on the first section instead.
useActiveSectionread the URL hash once, as the page mounted, which is before/wp/v2/settingshas answered and therefore before any conditional section exists to match against, so the requested key looked unknown and was discarded. The requested key is now held and adopted the moment its section appears. It is dropped as soon as the reader picks a section themselves, so a section arriving late can never pull them away from what they are already reading.
Full Changelog: v0.6.2...v0.6.3