Hamo

Results 15 comments of Hamo

Can I also say that the price extraction doesn't work for almost every book that i have checked, they don't contain the id tag you are expecting.

Upgrading socketio to 4.3.1 seems to have fixed the issue

Ran into this issue, ended up creating a function like this, using lodash isNil to determine if the value is missing: `const stringIdentity = value => _.isNil(value) ? '' :...

(19[5-9][0-9])|(20[0-4][0-9])|(2050)

Or alternatively, you could include your own useEffect hook to detect changes to initial value, which would probably be more optimal.

For anyone else that needs to do something like this, after reviewing the source code, this is the solution I came up with: ``` React.useEffect(() => { if(ref && ref?.current){...

Also, can you expose the onFocus / onBlur callbacks as arguments in the constructor (which get passed down to each PinItem, and called after your own internal usage), so that...

Please add south node.