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
However, as reported in alexkuz/react-base16-styling#2, it's packaged in a way that it implicitly depends on babel-runtime, which means software using the newly released react-json-tree will not correctly build unless a version of babel-runtime is expressly added as a dependency. I submitted a PR alexkuz/react-base16-styling#11 that should eventually fix this.
What's the story here (@Methuselah96, you seem to be the mastermind here 😄) – can we e.g. expect a @reduxjs/react-base16-styling sometime soon, and hopefully a react-json-tree with that dependency?
The text was updated successfully, but these errors were encountered:
Following up on #490.
react-json-tree
has a dependency on https://github.com/alexkuz/react-base16-styling:redux-devtools/packages/react-json-tree/package.json
Line 62 in 85a36e3
However, as reported in alexkuz/react-base16-styling#2, it's packaged in a way that it implicitly depends on babel-runtime, which means software using the newly released react-json-tree will not correctly build unless a version of babel-runtime is expressly added as a dependency. I submitted a PR alexkuz/react-base16-styling#11 that should eventually fix this.
I also noticed a version of
react-base16-styling
has been vendored into this repo; it already drops the runtime transform, so I guess I don't need to make another PR against this repo.What's the story here (@Methuselah96, you seem to be the mastermind here 😄) – can we e.g. expect a
@reduxjs/react-base16-styling
sometime soon, and hopefully areact-json-tree
with that dependency?The text was updated successfully, but these errors were encountered: