Nikolay Stoynov

Results 30 comments of Nikolay Stoynov

What about: ```ts const MyComponent = React.forwardRef(function(props: PropsType, ref) { return null; }) ```

As per [this PR](https://github.com/saadeghi/daisyui/pull/784), the problem is `tabIndex` on div element. When `checkbox` is true, `tabIndex` should be placed on the `` element,

I had the same problem when tried Harmony 0.2. Will watch this thread for development.

Will this help? [.stylelintrc.json](https://github.com/arvigeus/monorepository/blob/master/apps/cran/.stylelintrc.json)

> @hodgef I tried forking your sandbox and exporting it to GitHub, and it worked fine, so it looks like it's an issue specific to that sandbox. You can find...

Not sure if this is a separate issue, or the same problem: Absolute imports does not work. Repo to reproduce: https://github.com/arvigeus/tsdx-broken-lib Tried the suggested solutions, didn't worked

A slightly better approach to configure aliases and avoid specifying folders manually: `package.json` ```json "devDependencies": { "babel-plugin-module-resolver": "^4.0.0" } ``` `tsconfig.json` (no paths) ```json "compilerOptions": { "include": [ "src" ],...

There should be HOWTO for Visual Studio Code's Jest plugin as well (maybe something like eslint's "write to file")

@ambroseus I was thinking the same, but I will need to untangle the config from that function. Haven't done something like that before, should be fun