solidjs-community / solid-aria

A library of high-quality primitives that help you build accessible user interfaces with SolidJS.
Other
289 stars 16 forks source link

Accordion item children are rerendered on any accordion toggle #58

Open Bubz43 opened 2 years ago

Bubz43 commented 2 years ago

Description If the children of Items are components all of them get rerendered whenever any accordion item is toggled.

Repro https://playground.solidjs.com/?hash=1779462548&version=1.4.1 Clicking on any section will log rendered 3 times in console.