rsm-hcd / hcd-javascript

This is a monorepo consisting of numerous core JavaScript packages utilized by engineers within the Human-Centered Design group at RSM.
https://rsm-hcd.github.io/hcd-javascript/
MIT License
0 stars 1 forks source link

Bug: Service Hook Re-render loop #153

Closed myty closed 4 months ago

myty commented 4 months ago

When using useListService and useGetService with query and path params; and the object for those queryparams is not memoized, you will get infinite re-render loop.