Salvatore Tedde

Results 20 comments of Salvatore Tedde

Yes this project is only compatible with the previous version of nuxt. I am not currently planning to migrate it but you could in theory use the `cookie-universal` base library...

So you're using the cookie inside postman?

I don't understand why it doesn't work. Did you check the browser storage to see if the cookie is actually set when clicking the button?

Hi, I haven't updated it to vue3 yet.

I think this looks way to complex, if I needed such a level of customization I'd rather add the styling in the CSS directly. What if you need to change...

You probably need a codepen example otherwise it is difficult to debug it without seeing the code. In my grid I see this: ``` [class*="grid-"][class*="-noGutter"] > [class*="col"] { padding: 0;...

I will check that code, thanks for your help!

@iamkeir solution works great but _you lose the scroll vertical position_. You can fix this by adding `startWindowScroll = $(window).scrollTop();` suggested by @dimsemenov. The complete solution is: ``` var startWindowScroll...

@francisrod01 thanks for the reply, I am using [email protected], regarding that solution, I think I'd have to eject CRA, isn't it? Is there any other solution that doesn't require changing...

@pkev777 I have investigated this issue and it seems that the only package that doesn't break SSR is https://github.com/airbnb/babel-plugin-inline-react-svg , the reason is that this package converts SVGs files into...