Closed davidpawar closed 2 years ago
Changing the interface inside AutoScroll.ts to:
interface Components {
AutoScroll: AutoScrollComponent;
}
worked for me. (removed that AutoScroll is optional) Not sure if that's a suitable solution here.
I've checked it but haven't seen any error: https://codesandbox.io/s/5-jmwgm7?file=/src/index.ts
Checks
Version
v0.4.2
Description
According to the documentation, I have added the AutoScroll extension.
After importing AutoScroll the build fails:
Is that happening only for me?
Reproduction Link
No response
Steps to Reproduce
Expected Behaviour
No build error.