Hendrik Liebau
Hendrik Liebau
The webpack dev middleware makes it hard to look at the built output. We should make it possible to build and start a demo separately, if needed.
Specifying a semver OR range along with using a union type of Feature Service interfaces (one per major version) would allow consumers to support multiple major Feature Service versions within...
Firstly, I would like to apologize for proposing such a significant change without first discussing its API in an issue, and inquiring if contributions of this nature would be welcome....
Follow-up from #89. Turns out, the analytics are the cause for the task timeouts, not the `pending` promise. Additional info: The affected Lambda functions do use response streaming. ~I haven't...
fixes #18 I don't have access to a Windows machine, but I'm pretty sure that this should fix the reported issue.
This is just a friendly refactoring suggestion. Feel free to dismiss, if you had reasons for this signature (e.g. wanting to avoid the closure for `createServerReferenceProxy`).
Here's a failing test that demonstrates the issue as reported by @eps1lon in https://github.com/facebook/react/pull/29032#discussion_r1604250460. https://github.com/facebook/react/blob/3f1436cca1f8dd80a19fd52b97b6ff71a4d9ce82/packages/react-client/src/ReactFlightClient.js#L644 When the props object is frozen, the Flight Client's model resolver can't mutate the parent...
## Summary By exporting the `version` for this entry we can avoid this workaround in Next.js: https://github.com/vercel/next.js/blob/0f55f2ab1da5ee98b39316b4790734dd92ccc5bc/packages/next/src/server/future/route-modules/app-page/vendored/rsc/entrypoints.ts#L73-L79 ## How did you test this change? I ran `RELEASE_CHANNEL=stable node scripts/rollup/build.js --type=NODE_DEV`...
When running `pnpm test-start test/production/standalone-mode/required-server-files/required-server-files.test.ts` locally, Jest hangs and prevents the process from exiting. In the CI, the issue is masked because `run-tests.js` uses `--forceExit`. The reason for the hanging...