Rewrite useGetOptions()
and data lists to hooks using Tanstack Query without Redux
#1294
Closed
Labels
It should be possible just to pass in all the different props (
options
,optionsId
,source
andmapping
) and just returnIOption[]
(or whatever it's called). No need for Redux.Same goes for data lists, which is very similar to regular options.
Links to relevant issues
The text was updated successfully, but these errors were encountered: