Ryan Fitzer
Ryan Fitzer
I found this aspect of the docs misleading: > Nesting is simple. There is no context required. I think I it would be more accurate if it read: > Nesting...
#### Do you want to request a *feature* or report a *bug*? Bug. #### What is the current behavior? The webpack loader is double-escaping each single-escaped selector. #### If the...
### Do you want to request a *feature* or report a *bug*? Bug. #### What is the current behavior? When rendering a component whose bundle includes `styled-jsx`, I get the...
I may have missed it, but there's no documented way to support multiple instances of Modernizr in a page. The use case: shipping modules that contain a custom build/tests. I'd...
This line [adds `position:absolute`](https://github.com/jkphl/svg-sprite/blob/f69e312597a2dca6888260c3753f1f146c37ce5e/lib/svg-sprite/mode/symbol.js#L91). Could this be made optional? It adds some complexity to importing the resulting svg as a React component, [due to its `style` prop requirements](https://reactjs.org/docs/dom-elements.html#style). The only...
I'm really interested in Stitches approach. Something I'm not able to understand is the "Near-Zero Runtime" heading on https://stitches.dev/docs/introduction#performance. The following seems to contradict the heading: > Both `@stitches/core` and...
When trying to use this component in [Storybook](https://github.com/storybooks/storybook), I get the following error: ``` Element ref was specified as a string (wrapper) but no owner was set. This could happen...
Regarding r.js optimization, what are the benefits of using the pragmas approach in the `es6` plugin over just adding it and `babel` to the `stubModules` array in the build config?...
Issue #3 added support for docblocks, but only a list of hardcoded tags from JSDocs. Since JSDocs allows defining custom tags, it would be great to support a tag highlighting,...
The React docset has been pulling from the wrong site for 1.5 years. Please update to use https://react.dev/reference/react. Here is the notice from https://legacy.reactjs.org: ![Screen Shot 2024-08-26 at 1 31...