-
### Describe the Bug
I am using the action `add` configured for JSON input (the default) in the `add_test.astro` file. See below:
`actions/index.js`
```javascript
import {defineAction} from 'astā¦
-
The document [Inline source](https://kicanvas.org/embedding/#inline-source) described a feature called inline source but it has not been implemented yet.
Do you have any plans to add this feature?
ā¦
-
Just trying to understand the design
The documentation states:
"The field widget, the widget that will be displayed. It may be a dropdown, radios, a map to select a location or something else. Youā¦
-
I have this error
compiler.js:2175 Uncaught Error: Template parse errors:
Can't bind to 'size' since it isn't a known property of 'ion-title'.
1. If 'ion-title' is an Angular component and it hasā¦
-
### Describe the bug
I encountered a problem in the project Iām working on, the overlay in the browser cause TypeError: Illegal constructor.
After investigation, I found that the overlay of Vite hā¦
-
**Describe the bug**
I'm using svelte with svelte-check and eslint rules. The example svelte plugin shows this
However the standard input doesn't actually have on:accept and gives an error of ā¦
-
I'm using ngx-build-plus to build a standalone (angular) component like describe here: https://www.angulararchitects.io/aktuelles/your-options-for-building-angular-elements/.
Since my update to Angulā¦
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://github.comā¦
-
### Discussed in https://github.com/TuSimple/naive-ui/discussions/2301
Originally posted by **jbmolle** January 27, 2022
Hi,
I'm trying to create a custom element from a Vue component with ā¦
-
ı have working ngx translation in my project, it works perfectly in all my components which have a module.ts that ı could import my translateModule into imports, but in my directive I only have html, ā¦