react-styleguidist
react-styleguidist copied to clipboard
Isolated React component development environment with a living style guide
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Since it seems that the original PR (#1881) is stale
**Current behavior** For attributes of type `PropTypes.func` that have several arguments, the documentation relative to the arguments is concatenated in a single line, making it difficult to read. **To reproduce**...
**Current behavior** Markdown files containing an URL with parenthesis (for instance: https://en.wikipedia.org/wiki/Algebraic_notation_(chess)) are not properly rendered. **To reproduce** https://github.com/yo35/styleguidist-example/tree/bug-url-with-parenthesis  -> both links point at https://en.wikipedia.org/wiki/Algebraic_notation_(chess instead of https://en.wikipedia.org/wiki/Algebraic_notation_(chess) **Expected...
**Current behavior** Does not work if babel config file is named like `.babelrc.json` **To reproduce** Checkout your example with styled-components rename `babel.config.js` file to `.babelrc.json` and change content to json...
**Current behavior** If you define a component using Emotion (or any styled components lib I guess) like the following: ```jsx // @flow import React from 'react'; import styled from '@emotion/styled';...
**Current behavior** When I download react-styleguidist from npm, inspect the downloaded files, and look at the "lib/client/rsg-components/Examples.js" file, I see: ```js import React from 'react'; import PropTypes from 'prop-types'; import...
I am getting deprecation warnings when I try to install this package. NOTE: - React version - 17.0.2, react-styleguidist version - 11.2.0 I have figured out below packages are showing...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...