-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add back render callback pattern for v10 #708
Comments
|
I would just use |
okey |
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Is your feature request related to a problem? Please describe.
/from #703 (comment)
Currently the render callback from v9 was dropped but a the hoc is retained. That's too hard of a break in my opinion for class-based users. I for one am exclusively using it over the hoc, and we have many classes to convert before we can use hooks.
Describe the solution you'd like
I suggest strongly that a render callback needs to be included in v10.
Describe alternatives you've considered
If leaving this as-is I would have two choices:
The text was updated successfully, but these errors were encountered: