Dezső Mészáros

Results 3 issues of Dezső Mészáros

closes https://github.com/denoland/dotland/issues/2318

## Motivation The idea came from the standard lib's `ws` module which has been deprecated in favor of the built in websocket API, but it is not very prominent on...

The `PropsWithChildren` type accepts `ReactNode` as the children which includes `ReactElement` amongst other types. This way if I use it inside a component where the children are already typed with...