-
## Expected behavior
Test:
```
test('should be accessible', async () => {
const el = await fixture(html``);
await expect(el).to.be.accessible();
});
```
Component:
```
import { htm…
-
I've found that destructuring React's `state` and `props` off of `this` can be a bit unwieldy due to the depth of destructuring. It would be great to be able to exclude select patterns - in our partic…
-
Last week @chrisdholt shared [our vision for the future of FAST Components](https://github.com/microsoft/fast/issues/5849). In that post, we briefly touched on how FAST Foundation might evolve and pla…
-
I'm a little unclear about the source code and architecture for the designer if we wanted to integrate it into our own front end prior to that becoming a supported feature. I found some information th…
-
### Describe the bug
The minified removes too much code
### Input code
```typescript
var $eb2fd35624c84372$exports = {};
var $eb2fd35624c84372$var$__esDecorate = $eb2fd35624c84372$exports &…
-
I have the same problem as @AhmedAliGad
This is my code:
vite.config.js
```javascript
import { fileURLToPath, URL } from "node:url";
import { defineConfig } from 'vite';
import vue from…
-
**Enhancement**
We have supported the use cased of using a Dojo 1 Dijit in a Dojo 2 application, but we likely need to investigate the reverse use case.
**Use Case**
As a developer, I have cr…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packag…
-
### Describe the bug
Theme style.js files do not have TypeScript definition files when importing a theme for usage in the shadow dom:
```
TS7016: Could not find a declaration file for module '@sh…
-
hi @cotestatnt
I want to add 2 custom addOptionBox,
I try this on sketch,
```
myWebServer.addOptionBox("Summary Result");
myWebServer.addHTML(custom_html1, "fetch-test", /*overwite*/ tru…