Kutner JS

Results 35 issues of Kutner JS

hey, I'm trying to add a hook with a custom matcher, that works on all extensions except a small blacklist. I am expecting the matcher to give me all files...

getting this error during tests: (Seems to be related to #72) ``` TypeError: _c.getTotalLength is not a function ... at Object.getPosition (node_modules/.pnpm/[email protected][email protected]/node_modules/react-xarrows/lib/index.js:1124:90) at node_modules/.pnpm/[email protected][email protected]/node_modules/react-xarrows/lib/index.js:180:37 at commitHookEffectListMount (node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom.development.js:19731:26) ``` version: 2.0.2...

when importing a component, bit modifies the component's dependencies unnecessarily. ### Steps to Reproduce ```bash ❯ bit new react /tmp/import-dep-bug ❯ cd /tmp/import-dep-bug ❯ bit import teambit.explorer/ui/command-bar ❯ bit diff...

type/bug

In this issue I will track the milestones needed to switch from React 17 to React 18. ### Breaking changes: * new render method (see below) * ~~not supported by...

type/feature

## Proposed Changes - always resolve `@types/react` relative to the env This PR is pretty safe, because every react environment that uses typescript also adds @types/react as deps on the...

When tagging an application, webpack outputs static files that make the application. By current config, webpack produces the entry file as `main.js`, regardless of its content. This kind of file...

type/bug

When using code splitting, webpack creates assets (`*.chunk.[hash].js`, etc), which are not picked up as component artifacts. Then when loading the preview, the browser tries to load these chunks and...

type/bug

bit fails and stops `bit start`, when installing another workspace. ``` webpack 5.51.1 compiled successfully in 37189 ms ENVIRONMENT NAME URL STATUS teambit.react/react http://localhost:3300 RUNNING You can now view 'proj-02'...

type/bug

When installing with pnpm, overrides are respected, and for example in this case, `pnpm install` will result in react v17.0.2: ```json "dependencies": { "react": "^16.0.0" }, "pnpm": { "overrides": {...

type/bug

When snapping, getting really long texts in highlighter ![image (3)](https://user-images.githubusercontent.com/5400361/170093556-fdc674f3-00bf-4e70-ab44-d11da6b367d6.png) need to limit version to 7 chars max (maybe not including `.`?)

type/feature