Simon Podlipsky

Results 264 comments of 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...

@pajasevi how to use the default export?