Adrian Mucha

Results 9 issues of Adrian Mucha

``` Type '{ name: string; options: { label: string; value: string; }[]; onChange: (repositoryId: string) => void; }' is not assignable to type 'IntrinsicAttributes & { label?: ReactNode; name: string;...

Type: Feature
Area: Theme
Theme: AntD
Theme: Bootstrap 3
Theme: Bootstrap 4
Theme: Bootstrap 5
Theme: Material-UI
Theme: MUI
Theme: Semantic UI
Theme: Unstyled

**Affected versions** `3.10.0` ## Description In [`JSONSchemaBridge(schema, validator)`](https://github.com/vazco/uniforms/blob/569b8ff119ff6fa926d23821f9e6570a1dc5f03f/packages/uniforms-bridge-json-schema/src/JSONSchemaBridge.ts#L86) the `validator` function return type is `any` but the `Bridge` [specifies more concrete type (`null | Error | Promise`)](https://github.com/vazco/uniforms/blob/6b1e3b25792b1184c14092c22fc5541b48ec19ae/packages/uniforms/src/Bridge.ts#L127) that can be...

Type: Bug
Area: Bridge
Bridge: JSON Schema

Is part of #1130

Area: Core
Area: Theme
Theme: AntD
Theme: Bootstrap 3
Theme: Bootstrap 4
Theme: Bootstrap 5
Theme: Material-UI
Theme: MUI
Theme: Semantic UI
Theme: Unstyled

Requires react v18 (related: #1130)

Blocked by #1306. Include #1132.

- [ ] Remove `enzyme` package from dependencies - [ ] Remove `_mount` files - [ ] Semantic - [ ] MUI - [ ] Bootstrap 4 - [ ]...

Area: Core
Area: Theme
Theme: AntD
Theme: Bootstrap 4
Theme: Bootstrap 5
Theme: MUI
Theme: Semantic UI

- [X] AntD (for some reason there are some leftovers not covered in #1312) @piotrpospiech - [X] MUI @Monteth @piotrpospiech - [X] Semantic @piotrpospiech (It's done. It will be published...

Area: Theme
Theme: AntD
Theme: MUI
Theme: Semantic UI

## Description We want to push `uniforms` (and other related packages) to the JavaScript Registry (https://jsr.io/packages?search=uniforms). ## TODO - [ ] Research if `uniforms` is compatible - [ ] Add...

After #1130, we want to upgrade from React 17 to React 18 in tests.

Type: Feature
Area: Core