api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
481 stars 130 forks source link

perf: wrap register in useEffect #463

Closed alanpoulain closed 2 years ago

alanpoulain commented 2 years ago

The call to register needs to be wrapped in a useEffect to prevent excessive renderings.

Fixes #458.