Shrilakshmi Shastry
Shrilakshmi Shastry
> > https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog > > @shrilakshmishastry as per the docs, I think you can remove the `ESC` handling as it shouldn't be needed anymore and taken care of by the...
>  > > I found that the "toasts" are now in the background, behind the dialog/backdrop instead of the foreground. This is probably due to how the `dialog` element...
> >  > > I found that the "toasts" are now in the background, behind the dialog/backdrop instead of the foreground. This is probably due to how the `dialog`...
Hey @danilowoz 👋 Thanks for reviewing !! Did you get a chance to try it out ? I am not satisfied with how I handled the outline when the tab...
> I'm a bit hesitant about adding a ring focus over the code editor, giving the following reasons: > > * There is already a visual focus indication in the...
[feat: add unique id to each tab and tab panel for aria-* attributes](https://github.com/codesandbox/sandpack/pull/1184/commits/a127706ac21e44d8eadf032eb235f5e0b34d5410) 1. I used `useSandpackId()` in this commit to generate unique values for the ` aria-labelledby` and `aria-controls`...
In the [refactor: make activeFileUniqueId as optional paramater in FileTabs](https://github.com/codesandbox/sandpack/pull/1184/commits/b63d307ebf0d337b3a300cdd4e3ff87e0308488a) commit, 1. I have made ` activeFileUniqueId` as optional. So it doesn't break the existing consumption 2. fixed the ts...
Hey @ad1992 👋 I have a fix for this. I will fix it along with [this PR](https://github.com/react-tags/react-tags/pull/985). The issue is: Generally node_modules are precompiled to `common.js` (non-modular )versions of js...
@ad1992 can I inspect more on this?
this issue is similar to https://github.com/vuejs/vue/issues/10277