v1.36.2
Fix
Change React components from client:only to client:load
- The client:only directive doesn't work properly in static builds where
- there's no SSR. Changing to client:load ensures React components hydrate
- properly on page load.
- This should fix panels and menus not opening.
