odan

Results 49 issues of odan

### Type bug report ### Environment - node v10.9.0 - Ubuntu 16.04 (Windows Subsystem for Linux) - Windows10 October 2018 Update ### Description I try a sample of uniqys-4-node. This...

bug

In the description of `disconnectedCallback`, `window.removeEventListener` is used. However, the prefix `window.` is omitted in the `connectedCallback` description. To improve consistency between the two sample codes, `window.` has been added...

Thank you for a great package! Since the `i18n` argument of `I18nextProvider` is an optional argument, no error occurs even if `i18n` is undefined. ref: https://react.i18next.com/latest/i18nextprovider This will take time...

### Steps to reproduce Link to live example: https://github.com/odan-sandbox/repro-mui-button-component-type-conflict/blob/main/src/repro.tsx Steps: 1. Open `src/repro.tsx` in VSCode. 2. Get a type error. ### Current behavior When using the `component` prop with the...

component: button
typescript
enhancement

### 🔗 Linked issue https://github.com/unjs/changelogen/issues/193 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a...

### Describe the feature `npm` has version information is stored not only in `package.json`, but also in `package-lock.json` and `npm-shrinkwrap.json`. Therefore, when updating a package's version, these files must also...

Libraries such as Vite and Nuxt provide functions to support Config and plugin definitions. - [Vite defineConfig](https://vitejs.dev/config/#config-intellisense) - [Nuxt defineNuxtPlugin](https://nuxt.com/docs/guide/directory-structure/plugins#creating-plugins) These helper functions provide the developer with IDE's intellisense through...

The Node.js version specified by `.nvmrc` does not match the Node.js version resolved by GitHub Actions. - .nvmrc: v16.3.0 - GitHub Actions: 16.20.2 - https://github.com/open-wc/custom-elements-manifest/actions/runs/8985680152/job/24680151067

# Background When compiling a project that depends on this library with the `--target wasm32-unknown-unknown` option, the following error occurs: ``` error[E0412]: cannot find type `__m128i` in this scope -->...

Close https://github.com/plouc/nivo/issues/2310 # Description This error is caused by the bundler treating the `.es.js` file as a CJS (faux ESM). ``` Error: require() of ES Module node_modules/d3-interpolate/src/index.js from node_modules/@nivo/core/dist/nivo-core.cjs.js not...