testing-library / testing-playground

Simple and complete DOM testing playground that encourage good testing practices.
https://testing-playground.com
MIT License
783 stars 62 forks source link

fix: restore change detection in query pane #318

Closed delca85 closed 3 years ago

delca85 commented 3 years ago

What:

Playground now passes state and dispatch to PlaygroundPanels and PlaygroundPanels does not call any more usePlayground hook to retrieve these two values.

Why:

This fixes #314 introduced by #296.

How:

Checklist: