Nikolay

Results 48 issues of Nikolay

Throws: `Uncaught ReferenceError: module is not defined` I assume that the error originates in: ```js module.hot&&module.hot.accept([]),module.exports={doclets:{},displayName:"PhoneNumberInput",description:"",... ``` Config: ```js module.exports = { components: "source/PhoneInputWithCountry.js", styleguideDir: "website/docs", usageMode: "expand", sortProps: props...

We have a timestamp attribute whose `min` value can be customized in the filters sidebar, and whose `max` value is capped programmatically using the `filters` property. When a user specifies...

Hi. I noticed your package on NPM and also the fact that it hasn't been updated for several years. I'm the author of yet another `libphonenumber` javascript port: https://www.npmjs.com/package/libphonenumber-js I'm...

If you create a "template", for example, like this: <a style="display: block">{{tmpl "subtemplate"}}</a> And the nested "subtemplate" like this: <div><a>some link</a></div> Then the $.tmpl("template", data) function throws fatal error: "Cannot...

Hi. I can see that the latest commits to this repo were in 2016 and that it is no longer supported. I can suggest transferring the ownership of the package...

I get the following warning in the console: > Warning: flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call...

For some reason, it requires `stream` when bundled with Webpack. ``` ERROR in ./node_modules/jszip/lib/readable-stream-browser.js 9:0-34 Module not found: Error: Can't resolve 'stream' in 'xxx\node_modules\jszip\lib' BREAKING CHANGE: webpack < 5 used...

The docs are very vague about `legacy` flag on `@babel/plugin-proposal-decorators`. They don't tell which one should a developer choose: `legacy: false` or `legacy: true`. There is no description of the...

`location.pathname` is supposed to always be non-empty. If `basename` is set to `/basename` and the user navigates to `/basename` URL, `createBasenameMiddleware()` simply strips the whole string from the URL and...

A `scroll-behavior` instance is created in the `constructor()` of the `` component. According to React strict mode docs, that's an anti-pattern that results in [incorrect operation](https://github.com/facebook/react/issues/26315#issuecomment-1482280864). * Component instance A...