-
### What kind of issue is this?
- [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing o…
ku8ar updated
8 hours ago
-
### Description
Even with dates switched off, `transformers` are created for the dates and the dates are “passed” through the transformers.
At the end they are strings again. The types do not h…
-
We tried updating react-scripts from 4.0.3 to 5.0.0 with react-data-export 0.6.0 and xlsx 0.17.2, and when we try to build it fails with the error `Module not found: Error: Can't resolve 'fs' in rea…
-
Hi, i get the following error if I try to use the code:
> Type '{ onData: (data: any) => void; onResize: (cols: any, rows: any) => void; options: { cursorBlink: true; }; style: { width: string; hei…
-
React version: 18.3.1
## Steps To Reproduce
Getting this error message
`TypeError: Cannot read property 'add' of undefined`
1. Run the code example https://snack.expo.dev/@raajnadar/sw…
-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"licen…
-
### react-paypal-js
### 🐞 I am trying to integrate this. I am following the documentation. Sometimes my paypal button gets loaded but sometimes it doesn't in the component. How can I fix this?
…
-
## Summary
`useActionState` currently requires accepting an additional state argument as the _first_ parameter of a server action, like so (adapted from [Next.js documentation](https://nextjs.org/d…
-
### Mapbox Implementation
Maplibre
### Mapbox Version
11.4.0
### React Native Version
0.76.1
### Platform
Android
### `@rnmapbox/maps` version
10.1.33
### Standalone component to reproduce
…
-
import React, { useEffect, useState } from "react";
function Dashboard() {
const [flashLoanData, setFlashLoanData] = useState([]);
useEffect(() => {
fetch("http://localhost:5000/flas…