Closed jennasalau closed 5 years ago
@jennasalau Should we still have it in devdependencies if we already have it in peerdependencies?
Yeah we should, did i miss it in a place?
Just checking that the duplication is intentional :)
Ahh yep.. peerDependencies requires a manual install always.
Often we define a "range" in peerDepenencies but use a very specific version during dev.. we define that version in devDependencies so we dont have to do any manual installs during development
Ah ok got it, thanks for explaining
This PR addresses an issue when running the canary version of RUI and resolving the styles component. It will allow the project to define how styles is defined.