Jonathan Kilzi
Jonathan Kilzi
Ref: https://github.com/patternfly/patternfly-react/blob/ce1afc78845fba2fd75a62f3ed440b289b4d5b56/packages/react-core/src/components/ClipboardCopy/ClipboardCopy.tsx#LL14C1-L14C1 Therefore the `clipboardCopyFunc` can only be used in secured contexts. The code above doesn't work for pages served under HTTP for instance. (Bear in mind that this works...
## Hey, I just made a Pull Request! #### :heavy_check_mark: Checklist - [x] A changeset describing the change and affected packages. ([more info](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#creating-changesets)) - [ ] Added or updated documentation...
Hi, it seems like deno_emit fails to handle `node:*` specifiers. Here is a repro: ```ts // main.ts import * as fs from 'node:fs'; fs.writeFileSync('message.txt', 'Hello world!'); ``` ```ts // _bundler.ts...