Describe the feature request
We've had global bindings for a while, so using the React-like 'Provider' concept is not as important.
- Single Data Provider -> rename to Get Row
- Data Provider -> delete this? We've had
Repeater Block and other block components for some time now.
Screenshots

I've also noticed that 'Get Row' has no filter, just the row ID. How are you supposed to get that without a filter?
I would be inclined to remove this 'Single Data Provider' component as well, and then have a setting within 'Repeater Block' for single row. The filter would remain as before. You could filter on the ID, or other field, it just updates the typing in the app builder to expect a single item so you don't have to do the .0. trick.
Important
The Eject block button would have to be removed for all components that use a data provider, e.g. remove the eject option for Repeater Block.
Describe the feature request
We've had global bindings for a while, so using the React-like 'Provider' concept is not as important.
Repeater Blockand other block components for some time now.Screenshots

I've also noticed that 'Get Row' has no filter, just the row ID. How are you supposed to get that without a filter?
I would be inclined to remove this 'Single Data Provider' component as well, and then have a setting within 'Repeater Block' for single row. The filter would remain as before. You could filter on the ID, or other field, it just updates the typing in the app builder to expect a single item so you don't have to do the
.0.trick.Important
The
Eject blockbutton would have to be removed for all components that use a data provider, e.g. remove the eject option forRepeater Block.