preactjs / preact-router

:earth_americas: URL router for Preact.
http://npm.im/preact-router
MIT License
1.01k stars 156 forks source link

fix: fix #432 to support signals #433

Closed motss closed 1 year ago

motss commented 1 year ago

Problem

TypeScript compiler complains on the type conflict after signal support in Preact's type.

See #432 for more details.

Solution

  1. Extend RoutableProps by picking native HTML default attribute
rschristian commented 1 year ago

Superseded by #452