Max Grebeniuk

Results 3 issues of Max Grebeniuk

ReactComponent memo functionality was extended to: * Allow default shallow object comparison (call to memo without equality function) * Allow `equalsButFunctions` function that was initially introduced in Fable.Elmish - it...

Original issue within Feliz repo - https://github.com/fable-hub/Feliz/issues/463 Reason for validation - https://github.com/pmmmwh/react-refresh-webpack-plugin/issues/258 Can we relax the validation to allow `lowercased` record types? ```fsharp type example = { value: string }...

Relax validation of record props defined within the same file as the react component. Original issue within Feliz repo - https://github.com/fable-hub/Feliz/issues/463 Reason for validation - https://github.com/pmmmwh/react-refresh-webpack-plugin/issues/258 Can we relax the...