-
Congrats on the launch.
This looks like a powerful and mature table. Would be nice if Panel was integrated or supported. I've crossposted this request with Panel in https://github.com/holoviz/panel…
-
I try to use this module on a brand new React template:
```!js
import React from 'react';
import LinearGradient from 'react-native-linear-gradient';
import {
ScrollView,
StyleSheet,
Tex…
-
I want some help on how to set this up with the `create-react-app --template typescript, I am not sure I am doing something wrong or it's some issue from the package itself
-
Reproducer:
```
yarn create vite spreadsheet-repro --template react-ts
yarn add scheduler react-spreadsheet
yarn
yarn dev
```
Then replace the code in `App.tsx` with the following:
```
…
-
Line 91:41: Unexpected template string expression no-template-curly-in-string
I know I can turn it off with a local override, just raising it here for visibility.
-
# Bug report
"@codesandbox/sandpack-client": "2.10.0"
When running a basic version of Sandpack the preview is visible, after a few seconds i get this error:
```
Couldn't connect to server
This …
-
### Summary
`expo start --web --https` with the current default implementation of `npx create-expo-app --template (chose typscript with routing)` does not start a web dev server with https, it stay…
-
Set up the initial GitHub repository for the EcoTrack project and establish the basic project structure for both the backend and frontend components.
**Tasks:**
- Set up a .gitignore file to e…
-
Hello!
This looks like an incredibly useful little package, but I can't seem to get it working.
I ran `npx create-react-app use-multiple-refs --template typescript` projects and tried the exampl…
-
### Describe the bug
After bootstrapping a Vite react-ts project and following vite-plugin-checker's "Getting Started" to set up Typescript checker, the checker seems to execute Typescript, but for…