Yahir Gomez Noyola

Results 6 comments of Yahir Gomez Noyola

I ran tests with my code and they don't fail but somehow when I use my api I get those properties as undefined, I don't know what's going on :/

@MichalLytek I found that the problem is related to Babel, I created a fresh project with Next.js and it worked fine until I had to enable decorators for Next in...

Any recommendation? Thanks in advance

@1Aron I'm using the latest version, I'm also using the manual/hybrid rendering setup with Next.js (https://docs.master.co/css/setup/nextjs#hybrid-rendering), Here are some things I've noticed: - If I use Next.js with SCSS and...

Ok I managed to get it working removing some conflicts with other classes, but it works only if I remove hybrid rendering, I get this with the https://docs.master.co/css/setup/nextjs#hybrid-rendering setup: ```html...

Nice, well, I removed the hybrid rendering setup to stop getting the `color:var(--#F9F9F9)` thing, thanks:)