Simon Podlipsky
Simon Podlipsky
I'll not pursue implementing it. @mtarld thanks for info!
``` "react-router": "6.23.1", "react-router-dom": "6.23.1", ``` ```tsx import { wrapCreateBrowserRouter } from '@sentry/react'; import React from 'react'; import { createBrowserRouter } from 'react-router-dom'; import { Layout } from './Layout'; import...
Ok I confused two router libs :D sorry and thanks
@pajasevi how to use the default export?
https://github.com/kordamp/markdown-gradle-plugin/issues/36
should i rebase?
Ah well in that case I guess it's solved. Thanks!
This is still a bit wonky if condition gets more complicated (one more param appears). Also, I'm either doing something wrong or it's not fully supported? https://psalm.dev/r/57576478fc
Promise example (currently impossible to type) ```php /** @template T */ interface Promise { /** * @template TResult1 * @template TResult2 * @template-default TResult1=T * @template-default TResult2=never * * @param...