Open st-clair-clarke opened 1 year ago
Looks like Primereact is still using "Class Components" and quikify$ wants "function components"...
Seems to be the same for many react-based UI components I have being trying. All are giving the same errors.
Do you have names?
Which component is affected?
Qwik Runtime
Describe the bug
qwikify$ works with https://mui.com/material-ui/, BUT NOT WITH https://primereact.org/ components
The following works:
The following DOES NOT work:
It results in the following error:
Reproduction
Follow the steps above
Steps to reproduce
Follow the steps above.
System Info
Additional Information
No response