jabidof

Results 4 issues of jabidof

### Describe the bug See this TSearch type definition: usersView?: { m?: number; } This URL will reach expected result: `http://localhost:3000/abt_1593420797181?usersView=~(m~2) ` `m=2` (number) as expected `http://localhost:3000/abt_1593420797181?usersView=~(m~-7)` `m="-7"` (string) not...

HI there, Great lib, very handy and simple. I'm getting below error when I have hundreds of \'s rendered. That seems to be related to the mounting/unmounting mechanism in React-Tippy....

For any interested react-leaflet users, you can integrate this lib following way: ``` declare global { interface Window { OverlappingMarkerSpiderfier: any; } } interface ISpiderify { onClick?: (marker: L.Marker) =>...

Property 'sashRender' is missing in type '{ children: Element[]; sizes: (string | number)[]; onChange: Dispatch; }' but required in type 'ISplitProps'.ts(2741) I suppose you should accept `undefined` for sashRender. Had...