quisi.do

Results 54 issues of quisi.do

I have a React `useEffect` hook that calls `init()` on mount. There is currently no cleanup function to un-initialize FullStory. When this React component mounts, it initialized FullStory (expected behavior)....

### Which web client version did you detect this bug with? v1.12.0 ### What environment (build systems, module system, and framework) did you detect this bug with? - NextJS 12.3.4...

enhancement

I'm using Yarn 2, and when I use the `-r @cypress/instrument-cra` flag for `react-scripts start`, I'm greeted with this error (which does not exist when not providing the `-r` flag:...

Just opening this for tracking with the associated PR: #1330 . When: ```js render(, { container: document }); ``` (Untested: This bug _may_ require that `Component` render a `` element.)...

**What**: When `container` is set to `document`, the cleanup step fails: ``` TypeError: Cannot read properties of null (reading 'removeChild') ``` This is because the code assumes `document.body` exists: ```...

Using React 19 release candidate, I find that the `JSX` namespace is now private and cannot be used by dependencies. Doing so produces build errors: ``` .../Yarn/Berry/cache/@sentry-react-npm-8.13.0-bd23d3c2da-10c0.zip/node_modules/@sentry/react/build/types/reactrouter.d.ts:19:17 - error TS2503:...

1. Payments processed 2. Average monthly spend per user 3. Average monthly resource cost 4. Total running resources 5. Resource deletion rate -- what % of resources are being deleted...

1. Time on site 2. Bounce rate -- % of users who view one page then leave 3. Number of pages visited per session 4. Product views 5. Resource creation...

Deployments can be 90%/10% to deploy to a partial production region before all of prod. To keep connections to the same host (i.e. in the 10% treatment group), a `Cloudflare-Workers-Version-Key`...

enhancement

https://nextjs.org/docs/pages/building-your-application/deploying/ci-build-caching#github-actions

enhancement