0bx
0bx
For `React 18 / Router 6 / Redux 8` setup one may use another library: https://github.com/lagunovsky/redux-react-router which is compatible with `connected-react-router` APIs.
I still couldn't get `testRoute()` working, even with vintage-engine lib added. I ended up with custom base test class implementation. I'm sharing it here in case it helps someone: ```...
Coupling SDK with particular JSON implementation doesn't make much sense IMO as projects may use different JSON libraries (Jackson, Gson, e.t.c) to tackle that problem. Another drawback is exception handling....