LSH

Results 6 comments of LSH

Hi, may I know if the latest version `3.0.6` supports searching within description in the docs explorer? I tested with the API linked below but the search does not seem...

Hi Ben, thanks for the reply. I managed to try out `scaffolder/next` by following the instructions given in the linked docs. However, the issue seems to persist, although the difference...

I was relooking at this issue recently; from https://github.com/backstage/backstage/blob/master/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx#L153, perhaps due to `handleChange` being called simultaneously by multiple fields, the old `formData` other than the last updated field is being...

Hi @drodil , yes the `NotificationsSidebarItem` is used in `Root.tsx`. The performance profiling in Chrome as seen below (for the notifications and catalog pages) shows high CPU usage when there...

@drodil I just tested it, seems like setting `titleCounterEnabled={false}` alone for the `NotificationsSidebarItem` solves the problem.

@drodil Oh I see, I didn't realize while testing that the title counter was actually in an infinite loop. Apologies for the trouble and thanks for your help!