Is it possible to get data from context within UI type fields?
as an example :
i would like to display an Image from URL in the Admin panel which is stored in another field of the same collection entry
Try with the useFormFields React hook 😄
It's a great way to get the state of a field without triggering any heavy duty rerenders