Results 11 issues of cihad

When I run: `this.angularCropper.cropper.replace(imageUrl)` image has changed. But when I run: `this.angularCropper.cropper.getCroppedCanvas().toDataURL("image/jpeg");` I got this error: `AppComponent.html:7 ERROR TypeError: Cannot read property 'toDataURL' of null` It means **getCroppedCanvas()** returns null....

bug

How can we use this browser side on production?

If [Popover.vue#L685](https://github.com/Akryum/v-tooltip/blob/1aceae950e6045a4be33ab9bfbbd45b5a647ed4d/src/components/Popover.vue#L685) be: `const contains = popover.$refs.popover.contains(event.composedPath()[0])` It will runs inside Shadow DOM. Now, inside shadow dom the popover window closes when click on it.

enhancement

I would like it to have multi-line variables like below. ``` @token = ghp_KawP5bqRYMPFAAgHGmtrUe94ZaeRhjAEXuxL @apiversion = 2022-11-28 @accept = application/vnd.github+json @headers = | Accept: {{accept}} | Authorization: Bearer {{token}} |...

### Description `theme` object gets total 9 `colorSchemes`. And importing these color schemes under the `themes` object does not allow tree shaking. I bundled only theme object: ![Capture](https://github.com/primer/react/assets/691189/da942bd5-bce2-4e61-9b6c-8d9adb74928b) Only theme...

bug
size: boulder
react

How does Knip run programmatically?

feature request

…/Off text is clicked. Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ]...

When I use this component with SFC, the shadow root doesn't include styles. I use vue-cli-service. Thank you.

announcement

Do you have a plan to support for directives? Like as: ```html ``` or for custom directives. Thank you.

enhancement

### Description If `loadingCounters` is true and an `UnderlineNav.Item` does not have a `counter` prop, the loading indicator is shown. Normally, if there are 10 items, if 1 or 2...

bug
react