You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, within the latest changes that came in, users not using typescript will face some troubles installing docz, because typescript was been added as peer-dependency, which introduced this new breaking-change that it's not interesting for any of us.
To Reproduce
Install docz (npm install docz —-save-dev) where you don't have typescript.
See error in console
Expected behavior
Users not using typescript and their codebases should be able still to install and use docz.
Steps:
rollback typescript as peer-dependency and find a manageable way to compat user-land typescript version over the internally used one.
set typescript only conditionally as a peer-dependency in a way that will work to users using typescript, based on flag typescript: true from config
Environment
docz version: 2.3.3-alpha.0
Additional context/Screenshots
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the bug
Basically, within the latest changes that came in, users not using typescript will face some troubles installing docz, because typescript was been added as peer-dependency, which introduced this new breaking-change that it's not interesting for any of us.
To Reproduce
npm install docz —-save-dev)
where you don't have typescript.Expected behavior
Users not using typescript and their codebases should be able still to install and use docz.
Steps:
typescript: true
from configEnvironment
Additional context/Screenshots
The text was updated successfully, but these errors were encountered: