mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 01:32:06 +10:00
Previously dialogs would be closed upon refocusing the browser tab due to router refetches occuring which would cause data-table columns to re-render. This is now resolved by extracting the column definitions outside of the returning render and into a memo hook.