To proper test components locally some hacks are needed because of how React works. Cuz React fails to start whenever it sees 2 instances of itself, so library uses React from project that imported it (peerDependency) to use library locally you need:
cd node_modules/react and running yarn linkyarn link react@intermedia-dev/components root run yarn linkyarn link @intermedia-dev/components