-
Updated
May 22, 2022 - JavaScript
styleguide
Here are 863 public repositories matching this topic...
-
Updated
May 14, 2022 - JavaScript
-
Updated
May 19, 2022 - HTML
-
Updated
May 22, 2022 - SCSS
Current behavior
I think there's a mismatch of environment variables being read by babel (JSX config) and Styleguidist, causing some issues deeper down.
(I've noticed this was raised before but was closed)
- build.js sets the env to be
productionhere: https://github.com/styleguidist/react-styleguidist/blob/master/src/s
-
Updated
May 17, 2022 - Python
-
Updated
Mar 10, 2022 - Elixir
-
Updated
May 13, 2022
-
Updated
Sep 20, 2020
-
Updated
May 14, 2022
-
Updated
May 12, 2022
-
Updated
May 22, 2022
One of the consumers of our system uses curly braces for content replacement in strings.
Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.
I have tried a number of ways to escape the braces with no luck
Other languages and templating systems seem to use the concept of using double curly b
-
Updated
May 15, 2022 - HTML
-
Updated
May 22, 2022 - TypeScript
-
Updated
May 9, 2022 - Python
-
Updated
Nov 15, 2021 - HTML
-
Updated
May 31, 2019
This bug: https://bugs.python.org/issue46175
We need to require super(cls, self) in this case.
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
May 2, 2022 - Markdown
-
Updated
Dec 28, 2021 - Python
I have stories for simple components that work fine. But once I click on a story for a component that uses the next/image component, nothing renders and ladle is broken until reload. Once I clock on a story with next/image the following error occurs in the console:
react.development.js:1309 Uncaught ReferenceError: process is not defined
at node_modules/next/dist/client/normalize-
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Mar 20, 2022 - HTML
Improve this page
Add a description, image, and links to the styleguide topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the styleguide topic, visit your repo's landing page and select "manage topics."


Describe the bug
The
validateArgsmethod inlib/router/src/utils.tsis usingVALIDATION_REGEXP,NUMBER_REGEXP,HEX_REGEXPorCOLOR_REGEXPpattern to determine whether thestringvalue is validated or not, but any string which not match those pattern (like something with+prefix or some character that is not in Alphabet) will not be validated and be dropped in future actions.