Hey folks,
again, following the example from the README I ran into an issue, where a newer version of tinykey does no longer have a default export. If I am not mistaken the hint to install peer dependencies should be unnecessary, as they should be installed automatically. However if you want users to install them manually, the correct version should be specified inside the README :)
I am also receiving an error with tinykeys:
TypeError: t2.trim is not a function. (In 't2.trim()', 't2.trim' is undefined)
In general it would probably make sense to update dependencies - if you want me to, I could create a PR.
Hey folks,
again, following the example from the README I ran into an issue, where a newer version of tinykey does no longer have a default export. If I am not mistaken the hint to install peer dependencies should be unnecessary, as they should be installed automatically. However if you want users to install them manually, the correct version should be specified inside the README :)
I am also receiving an error with tinykeys:
In general it would probably make sense to update dependencies - if you want me to, I could create a PR.