Joan Mira
Joan Mira
If I apply the middleware like this `const store = createStore(rootReducer, compose(applyMiddleware(middleware, thunk)`, then I get this error: `Router.js?a4aa:87 Uncaught TypeError: Cannot read property 'getCurrentLocation' of undefined` ![screen shot 2017-04-24...
@mjrussell @Scarysize any idea of how can I fix the issue? thanks
I've fixed the `location of undefined` issue by adding `export` to the history const. But then I had to downgrade the `history` library to `3.3.0` and then now I get...
So, how can we disable right to left swipping but allow vertical scrolling?
The only thing not working on v0.10 is the path to app.js in the layout file: ` ` Actually, I don't know how you made it work in v0.9.3 because...
I'm also having the same problem in Windows 7, CodeBlocks 12.11 with MinGW and OF v.0.8.0 :( I've tried to link the VS2008/OIS_static.lib and also VS2010/OIS_vs2010_static.lib but it doesn't work
That makes sense... I've downloaded it and tried to compile it but it throw some errors: ||=== OIS, Release ===| ..\includes\win32\Win32ForceFeedback.h||In constructor 'OIS::Win32ForceFeedback::Win32ForceFeedback(IDirectInputDevice8A_, const DIDEVCAPS_)':| ..\includes\win32\Win32ForceFeedback.h|105|warning: 'OIS::Win32ForceFeedback::mFFAxes' will be initialized...
We are getting close... After downloading Ogre, I got the "libOIS.dll.a" file and placed it in the "lib folder of ofxGamepad. Then I moved the "OIS.dll" file into the "data"...
I also have errors using `` with `"react-router-dom": "6.11.2"`: ``` import { useRoutes } from 'react-router-dom'; return useRoutes([ { path: `${Route.Foo}/:bar`, element: ( ) } ]); ```
cc @rollbar-bborsits (Juanjo Marrón suggested to ping you) to have a look at this 🙏