Tarekun / optimus-bo-ui

React UI library developed and used at Optimus, Bologna, Italy
0 stars 0 forks source link

Implement proper react-query configuration #37

Closed Tarekun closed 4 months ago

Tarekun commented 4 months ago

configureReactQuery is the last configuration prop remaining with the previous approach and should be changed to the new one. Also positive configuration should also support props to access react-query's configuration to customize, similarily to the materialUI's theme.

AC