react-final-form
react-final-form copied to clipboard
Fix codesandbox ci
I was working on a fix for #1050 and may have a PR soon, but thought I would fix the CI first. It's been failing for the past 2 PRs for a few reasons: https://ci.codesandbox.io/status/final-form/react-final-form/pr/1047
- Deprecated dependency
iltorb(transitive dependency of bundle-size) causing the yarn install to fail. replaced bundlesize with size-limit which does the same thing and is more actively maintained- Note: I increased the listed sizes, but that's only because the actual sizes are bigger than the previous listed thresholds, and previously bundlesize was not actually comparing against the threshold, because bundlesize uses
maxSizeas the property name, notthreshold
- Note: I increased the listed sizes, but that's only because the actual sizes are bigger than the previous listed thresholds, and previously bundlesize was not actually comparing against the threshold, because bundlesize uses
- Config files were not playing nice with the node 18 used by the ci. needed to change file extensions to mjs so they are recognized as ES modules
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit bfc2308095d44410fa34be01d8c549534204b39f:
| Sandbox | Source |
|---|---|
| React Final Form - Simple Example | Configuration |
| React Final Form - Synchronous Record Level Validation | Configuration |
| React Final Form - Synchronous Field Level Validation | Configuration |
| React Final Form - Submission Errors | Configuration |
| React Final Form - Subscriptions Example | Configuration |
Hi @erikras, can you review? Thanks 👍