Can not use 'Controller' with 'control' in custom component library from the version above 7.43.2 #10194
Unanswered
ikbal-nayem
asked this question in
General
Replies: 1 comment
-
Do you mind providing a reproduction sandbox? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a component library with the version
7.43.2
, where I used "Controler" with "control" for some component to handle user input. And it was working fine.Whenever I tried to update the version from
7.43.2
to7.43.3
or above I am getting the following error in my console,In my component library,
In my project,
NB: In my component library I am using
react-select@^5.7.0
Beta Was this translation helpful? Give feedback.
All reactions