Daniel Del Core
Daniel Del Core
Yeah that's a bit of a weird one. I think case one and two both work without the `memo`. We'll need to add some additional smarts to get it to...
Hey there 👋 Feel free to raise a PR and I'll take a look that them!
This is definitely an issue. I noticed this PR as well, it might address the problem: https://github.com/amzn/style-dictionary/pull/874
related: https://github.com/atlassian/react-beautiful-dnd/issues/1547
Hey Jony, I personally don't think that is the correct place to put a comma. Can you explain the reasoning a bit more to me in case I'm not seeing...
I think having a `$state` property will be really beneficial to the spec as well. In our implementation, we have a `state` property that can take one of the following...
Those are correct observations. Just to clarify `deleted` doesn't actually exist. It marks when a token is physically removed. Also, `sunset` is just `deprecated` but louder. The difference is how...
I found that adding the following check before this line fixes the problem: https://github.com/davideicardi/live-plugin-manager/blob/c2966f1c63c845149b1f07f5b9360ede52e8b8aa/src/PluginVm.ts#L247 Because `fullPath` wrongfully adds `index.js` by default. ```js if (checkPath(fullPath) === "none") { const isDirectory =...
Hi @Maxi-Di-Mito, Thanks for raising this issue! Can you please create a standalone example on codesandbox.io using our boilerplate: https://codesandbox.io/s/k260nyxq9v Without a standalone example, we will not be able to...
Hi @mssngr, thanks for letting me know! I can't seem to replicate this issue on my machine. Are you able to share some information with me? - Which version of...