Jonathan Kilzi
Jonathan Kilzi
I've been facing the same issue, setting the `declarationDir` option in the `tsconfig.json` solved the problem. My setup looks like this: ``` //package.json { ... "main": "./dist/index.js", "module": "./dist/index.modern.js", "source":...
Any news on this?
Don't you dare stale-bot!
> Hello @jkilzi, since there are some downsides with `document.execCommand` I think many of our consumers wouldn't want us to just move to it over the clipboard API. > >...
My apologies, I double checked the `onCopy`, and you are right, users can override it entirely. I must say, why would PF allow the dev/user to implement the "low-level" copy...
> I'll be adding a console warning in the event that navigator.console is undefined though, and trying to clarify what the onCopy prop does in our documentation. I believe you...
Although the DevModeService code is still using the docker binary under the hood, having it aliased to podman would do the work for non-docker users. Perhaps we could add a...