You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am not sure if this is a bug or Support Question or something else.
In the documentation page: "Upgrading to v4", in the section: "Miscellaneous"
in the paragrapher: "Removed Deprecated Elements" I read: "Removed <ReferenceFieldController> (use useReferenceFieldController instead)".
But i can't find anywhere in the documentation the usage for useReferenceFieldController. I have also tried to search it in the code via github search but i can't find it anywhere.
This also happen for other elements in the "Removed Deprecated Elements" paraghapher.
Are those feature a work in progress?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Yes, those are a work in progress. You've probably seen that we've added a massive amount of documentation already when compared to v3, helping developers with lower-level APIs. This will take time to cover all the public API.
I have also tried to search it in the code via github search but i can't find it anywhere.
Maybe i can't use correctly the github search, but when I search for "useReferenceFieldController" and select "from this repository" i can find this mentioned only in the markdown of documentation.
I will get you a screenshot.
can you please tell me where are those functions in the code?
Ah, sorry, the hook is called useReference... So I guess we should update the upgrade doc. I'm reopening this issue and marking it as a documentation bug.
Hi I am not sure if this is a bug or Support Question or something else.
In the documentation page: "Upgrading to v4", in the section: "Miscellaneous"
in the paragrapher: "Removed Deprecated Elements" I read: "Removed
<ReferenceFieldController>
(use useReferenceFieldController instead)".But i can't find anywhere in the documentation the usage for useReferenceFieldController. I have also tried to search it in the code via github search but i can't find it anywhere.
This also happen for other elements in the "Removed Deprecated Elements" paraghapher.
Are those feature a work in progress?
Thanks a lot!
The text was updated successfully, but these errors were encountered: