kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

Invalid hooks call error from Kendo React common latest version

Open akshaybheda opened this issue 1 year ago • 3 comments

Hi,

I am using kendo-date-picker in one of my react components, that component is separately converted to javascript using babel and webpack.

this was working in v3 and i upgraded to latest and it broke.

image image

I am using the exported js into angular side.

akshaybheda avatar Jun 26 '23 20:06 akshaybheda

Hi @akshaybheda, Thank you for getting in touch with us. Would you please provide some Stackblitz or a reproduction example where we could observe the issue and be able to replicate it? Greetings, Plamen

zdravkov avatar Jun 27 '23 11:06 zdravkov

I’m not sure how to send something reproducible, because the way we are using it. we have angular and react into single application. We have exported datepicker to js using babel and using in old angular code. Once we click on the datepicker object, the onclick events are callback into react.

akshaybheda avatar Jun 27 '23 11:06 akshaybheda

At angular side, it is being used as a directive. All works fine with older version of kendo but after upgrading it stopped working

akshaybheda avatar Jun 27 '23 11:06 akshaybheda