RCKT
RCKT
Having the same issue. Why is it looking for a local flow when I have it installed globally?
@pichillilorenzo it's working now! For some reason it didn't download anything and didn't work. I had to restart ST twice to see that it was installing its packages. So, everything's...
Can confirm. Stream URLs containing uppercase characters don't work.
I've just had this issue, when having a word `background` in the animation name led to `✖ ERROR Error: undefined:1:12863: @keyframes missing '{'` It would be really helpful to have...
I see the same behaviour. Link from `match` does not have `activeClassName` applied when on `href` route.
The active class with `Link` from `match` doesn't work for SSR pages.
Some additional data. Here's my `prerender-urls.js` ```js const defaultMeta = { title: 'Title', description: 'Test', } module.exports = async () => { return [ { url: '/', ...defaultMeta, }, {...
I've just tested and it's working. No need to put a component inside a router anymore to use `useRouter` and the `activeClassName` works properly.
@karldanninger Sorry, I can't remember and I can't test that now.
I think the issue is that npm version is outdated. **npm package.json** ``` "react": "^0.14.8", "react-dom": "^15.4.2", ``` **github repo package.json** ``` "react": "^16.3.2", "react-dom": "^16.3.2" ``` So for now...