Danilo Woznica

Results 121 comments of Danilo Woznica

So, that is the idea, isn't it work for you? Can you send a screenshot to me? Maybe there is a bug which I haven't found yet

Hey @pushp1997, I think it could help you: https://opensource.com/article/19/7/create-pull-request-github Let me know if you have doubts yet :)

@piratelicorne sure, feel free to submit a PR for a new preset :)

Hey @anandnkhl You're able to use `path` element as children, either Native or web. Which environment are you using? Do you mind to paste here a snippet, then I can...

Hey, I was able to create a star as path, check it out here: https://codesandbox.io/s/wizardly-meninsky-u72hb?file=/src/App.js I guess you grabbed this bellow snippet from Create-content-loader using the upload tool, isn't right?...

@kdy1 I can reproduce this error using a dependency as example: next.config.js ``` /** @type {import('next').NextConfig} */ const nextConfig = { swcMinify: true, }; module.exports = nextConfig; ``` package.json ```json...

It's `12.1.6`, I just created this project from scratch, and other users also reported this problem recently.

Yep, I can confirm that it has been fixed on canary. Thanks, @kdy1