-
### Current Behavior
tsdx create locks up (for as long as I was prepared to wait, 30 mins or more) when installing npm modules if you choose 'react-with-storybook' template. It works fine with 're…
-
### Current Behavior
It complains that `rootDir` is set to `./` when it's not
### Expected behavior
It should not complain about it since `rootDir` is correctly set to `./src`
### Addition…
-
### Current Behavior
Running `tsdx test` does not pull in options from `.babelrc`.
Run `yarn test` and the `.babelrc` configuration is not respected.
However, run `yarn run jest` and the `.ba…
-
### Current Behavior
VS Code does not detect or use Eslint and Prettier in the workspace (out of the box).
### Expected behavior
The first paragraph of the README seems to suggest VSCode will…
-
# Initial Project Setup and Development Environment
## Objective
Set up the foundational development environment for tab-state-manager package
## Tasks
- [x] Initialize project using TSDX
```…
-
Thanks for making this - seems like it is exactly what I need!
I followed the instructions in the readme to run the unmodified repo, and got an error from semver when trying to run `yarn start:app`…
-
### Current Behavior
Before I converted to using dts-cls, I was using tsdx. When I ran the build command it transpiled all of the CJS into the same directory structure as the source, along side the…
-
getting the error "indexer is not a function" with the following code. Written in javascript and deployed on netlify serverless function
```
const sanityClient = require('@sanity/client')
const a…
-
We're exporting comparable components (Chat Engine experience vs Chat Engine component) and we need them exported separately. Allow the following:
`import { Component } from 'react-chat-engine/comp…
-
Hello @iamhosseindhv ,
As tsdx has Treeshaking, I think it could be a good idea to explicitly write you are using in React ;
![image](https://user-images.githubusercontent.com/9306961/176011527…