Kostiantyn Ko
Kostiantyn Ko
To make this component a bit more flexible and SSR friendly, I suggest adding a `defaultCurrent` prop. Currently, `state.current` initializes with `0`, always. That means, the only way to influence...
Version: 1.0.148 Platform: win32 10.0.19043 Plugins: none
The previous time (#148), I seem to have missed the fact that project contains multiple README.md files for different versions of the lib. Trying to account for that with this...
The idea is sound. Is there any up to date alternative to this lib on the market? One that supports React 18
Here's a sample code: ```ts const deviceDetector = new DeviceDetector(); const startPoint = performance.now(); deviceDetector.parse(''); console.log(`Time elapsed #1: ${Math.trunc(performance.now() - startPoint)}ms`); deviceDetector.parse(''); console.log(`Time elapsed #2: ${Math.trunc(performance.now() - startPoint)}ms`); deviceDetector.parse(''); console.log(`Time...
I'm interested in component caching and templatization that this lib claims to offer. However, an extra step seems to be required in order to use it with `next.js`, since `next.js`...
Hey everyone, I'm trying to use the react-container-dimensions package with @kadira/storyshots testing approach (an addition to the storybook), however launching the tests results in this error: > _reactDom2.default.findDOMNode is not...
Hi, We have an issue in the up to date version of @okta libs (4.1.0 for @okta/okta-react and 4.6.1 for @okta/okta-auth-js). We use OKTA-hosted login page. Repro steps: - open...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Game Version 4.11.12 ### Describe the bug There seems to be no such...