Open kyletsang opened 1 year ago
These are suppose to be in deps not dev deps...if anything they are peer deps. But if they aren't installed with the package the types don't work.
This isn't usually a problem since consumers install them also but then you are yoloing valid ranges
Hmm I figured consumers always have them downloaded themselves anyways. In that case, let's set it up as a peer dep with the optional flag for non-TS consumers?
@kyletsang do you have any workaround for this? Cannot build Preact with React Bootstrap unless this gets merged
@kyletsang do you have any workaround for this? Cannot build Preact with React Bootstrap unless this gets merged
Sorry I don't have a workaround for this. @jquense would need to review again.
Fixes #53 Closes #54