Heath C
Heath C
### Reasons for making this change - Updated the `@rjsf/utils` types and functions based on necessary changes needed for the conversion as follows: - In `types.ts` some improvements and new...
### Reasons for making this change - Updated the `types` in `@rjsf/utils` to make `ArrayFieldTemplate` required as well as adding the following 3 new templates: - `ArrayFieldDescriptionTemplate`, `ArrayFieldItemTemplate` and `ArrayFieldTitleTemplate`...
The cloud caches the build and in later builds, only the parts that are affected are built. Since it's free for open-source I think we can make use of it....
Here is the [5.x migration guide](https://react-jsonschema-form.readthedocs.io/en/latest/5.x%20upgrade%20guide/) Any and all feedback/issues are appreciated
Given the following: ``` import { shallow } from 'enzyme'; import React, { Component } from 'react'; import PropTypes from 'prop-types'; const FooContext = React.createContext(); class Foo extends Component {...
The [shallow docs](https://airbnb.io/enzyme/docs/api/shallow.html#shallow-rendering-api) explicitly indicate that the `componentDidUpdate` lifecycle method will get called by shallow mounted components, yet given the following test case this is not actually happening: ``` import...
Please document how to get things working with jest and webpack like formatJS does for react-intl: https://formatjs.io/docs/react-intl#jest Right now my webpack blows up with: ``` Error [ERR_REQUIRE_ESM]: Must use import...
## 🚀 Feature request ### Current Behavior I am using `razzle` with a full typescript application and I'd love to be able to have my `razzle.config.js` file also be in...
## 🐛 Bug report ### Current Behavior Upgrading from razzle 3 to razzle 4 and running tests causes lots of the following errors: ``` ● Test suite failed to run...
## 🐛 Bug report ### Current Behavior According to the documentation I can just pick webpack 5 and things will work... only when I do `razzle build` produces a TON...