-
Hi @cheton ,
After upgrading to 2.3.0, child components in `` are unable to get correct clientWidth on `componentDidMount()`. It works good on version 2.2.2.
```JS
componentDidMount() {
co…
-
1. On my main.tsx file where I setChonkyDefaults I get a compiler error:
This is my main.tsx file:
```
import React, { FC } from "react";
import ReactDOM from "react-dom/client";
import App from …
-
In my component I get the following error when attempting to use getInputProps,
```
Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js):
TypeError: Cann…
-
### Current behavior
The horizontal padding of headerLargeTitle differs between devices.
### Expected behavior
Horizontal padding should be the same or at least be adjustable.
### Reprodu…
-
**Stencil version:**
```
@stencil/core@1.12.6
```
**I'm submitting a:**
[x] bug report
[x] feature request
[ ] support request => Please do not submit support requests here, use one of the…
-
### material-react-table version
N/A
### react & react-dom versions
N/A
### Describe the bug and the steps to reproduce it
https://www.material-react-table.com/docs/examples/advanced
Check the…
-
Hi and thank you for the work on the plugin!
I'm getting this error when I try to lint the following code:
```tsx
import './App.css'
function App(): JSX.Element {
return (
…
-
If I follow step by step the tutorial here : https://grafana.com/tutorials/build-a-panel-plugin/
the last part generate a build error when replacing
```
```
b…
-
I often have this problem:
``` cjsx
render: ->
```
which will only return the last element due to the CoffeeScript nature.
To fix…
-
### 🔍 Search Terms
"syntax", "flow", "component", "tsx"
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [X] This wouldn't change the runt…