-
Hi, I'm getting the error in the title just by following the instructions of implementation on the README.
So basically I just installed it, used the exact tag naming, data names, etc. And the UI w…
-
I think the "Form" component has redundant "onSubmit" and "onChange" functions. It directly binds the functions passed as props and doesn't seem to use the class's onSubmit/onChange functions. Great…
-
The current draw functions are becoming difficult to maintain. We don't explicitly support labelDetails, we should consider it as it is part of the protocol (https://github.com/Saghen/blink.cmp/issues…
-
### Describe the bug
When setting the minLength=0 we expect the dropdown to be shown with all the options when you delete all input from the component, but the dropdown is not showing. I can't find a…
-
We should improve typing (and maybe even enforce it?) on all public interfaces:
```
homeassistant/components/tplink/switch.py:73: error: Call to untyped function "set_value" in typed context [no-un…
-
Hello,
The `package.json` currently declares a peer dependency on Svelte 4, thus blocking any upgrade to Svelte 5:
```js
"peerDependencies": {
"@lingui/core": "^4.5.0",
"svelte": "4.x"
},
…
-
Right now we do have a storybook for the components in this project, but only for a few, and the stories don't utilize all the features storybook has to offer (play functions, smart controls, etc.).
…
-
In the `ProjectFundingTable` component, we use a snackbar to give user feedback about update errors. In other tables, we only use `console.error`. We should use the snackbar in the other DataGridPro t…
-
I have write a attachment plugin for the finder component, but I think that events like "public function onFinderAfterSave($context) {" are not being throw when a attachment is saved.
How can I contri…
-
Hello, I'm developing a search engine with Symfony Forms and Live components, I have a liveprop tags property with the url attribute when the parameter is empty in the url reload or directly access th…