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
Not sure this is a great solution because you often times just need to override the Autocomplete render function without changing the renderer. For example, when you want to update the panel UI but keep using Preact.
An alternative could be to pass your framework's render function to the renderer option (on top of createElement and Fragment) and to use this render reference in the Autocomplete render function.
yes, that seems like a good idea. What I meant wasn't that it should error when only render is given though. I meant that when you give renderer without render it should error
Description
if you only pass createElement, you mix between preact and react (or whatever else), you get an odd error
possible solutions:
Reproduction
#750
Steps
Expected behavior
A clear error when
render
is forgottenEnvironment
The text was updated successfully, but these errors were encountered: