-
Some versions of packages above `1.0.4` contain `jsx` code in the transpiled `js` files (`@rn-primitives/select` being one of them). As a result the file cannot be parsed.
-
### Current Situation
ReactJS has a method of HTML templating called [JSX](https://reactjs.org/docs/introducing-jsx.html). We currently do not have an equivalent.
There is a WIP [tag string PEP]…
-
This is an overarching issue to oversee all the fixes that the jsx-a11y eslint plugin has surfaced.
**Note when fixing an issue, for example an onClick on a div, use a native button element instea…
-
Hi, after the completion of CanvasLoader (aprox 2:00:00 on video), I run it and Chrome browser breaks. I've also noticed that there is a className "canvas-loader" that is nowhere in the index.css.
!…
-
Hey there,
since I could not find any issue on the topic, let me share my experience with the upcoming React v19 and your awesome `react-virtualized` library:
Several components, such as `Infi…
-
Another example of JSX error, this time different type:
```tsx
export default function TreeView({ data }: TreeProps) {
return (
(
{hasChildren && (
…
-
**Summary**
> What problem (or opportunity) are we solving? Why are we solving it? Is there supporting user
> conversations or research?
Idea for potentially simplifying JsxScope logic: make th…
-
## Please follow the general troubleshooting steps first:
- [x] Is your app running over HTTPS? (please provide the URL if possible)
- [x] Have you tried running the demo (https://codepen.io/mozmo…
-
Hi,
After updated version 8.0.7, the problem persist : "Error 500"
SyntaxError: unknown: Expected corresponding JSX closing tag for . (2:101)
1 |
> 2 | Badge bg={invoi…
-
We've got at least three trainings that could use `jsx` as a lexer via [jsx-lexer](https://github.com/fcurella/jsx-lexer). This lexer works with other themes, but not the RTD theme.
See https://git…