Offir Golan
Offir Golan
@GCorbel sorry for such a delayed response! I definitely think this would be a really great feature to have. It would even be better if a user is able to...
@flexyford PR is always welcome. Is `applyCopyAttributes` necessary? Can't you just use `setProperties`?
@xcambar not sure I follow you here. Where is this partial message being created? Why is it needed? and what are you doing with it after?
Following up on this. This is what I'm currently doing: ```tsx import type { FC, ReactNode } from 'react'; import { useMemo } from 'react'; import { RouterProvider, createHashRouter, createRoutesFromChildren,...
@daltonmenezes this is documented [here](https://reactrouter.com/en/main/routers/picking-a-router#using-v64-data-apis) 
@daltonmenezes thanks for taking the time to look into this 😄 I think a new major version release for this breaking change makes sense since it will be following react-router-dom's...
Any update on getting this merged?
@jonathanjansen are you on the latest version of this lib?
@jonathanjansen Im sorry for the delay in getting this resolved. There are some bigger underlying issue at play which involve a couple peer dependencies needed to be updated in order...
@GCorbel I agree with you, this is certainly an issue I havent faced yet. Im not really sure if this is the best approach though or if it will break...