Matt Lockyer
Matt Lockyer
removed `componentWillMount` and moved `this._loadModule();` into `componentDidMount`. squashes the warning as `componentWillMount` was marked as `UNSAFE_componentWillMount()`.
When I include: `import './../node_modules/@picocss/pico/scss/pico.scss';` I get: ``` > yarn build yarn run v1.22.10 $ yarn clean $ rimraf ./dist $ parcel build src/index.html --no-source-maps 🚨 Build failed. @parcel/optimizer-cssnano: :461:271:...

Adding a tokenization library or making this an optional input could really help. For instance, what if I wanted to search only top sentences related to "food" for recipes or...
ran unit tests
Steps to reproduce: 1. deposit and stake tokens e.g. 100 2. deposit more tokens but _do not_ stake them e.g. 50 3. withdraw tokens e.g. 25 _works_ 4. now call...
_**Describe the bug**_ I use NAJ in cloudflare workers and there is not `process` and of course no `process.env` so the following code throws errors: [https://github.com/near/near-api-js/blob/689705926fe437b8d8671d72e77148228c895992/lib/utils/errors.js#L31](https://github.com/near/near-api-js/blob/689705926fe437b8d8671d72e77148228c895992/lib/utils/errors.js#L31) I think this was...
***Describe the bug*** With the addition of 2FA we have accounts that ONLY have limited access keys. In an app this makes signing of contract changeMethods with deposits impossible (requires...
**Problem** Enable Ledger uses default HD Path, no option to change like in recovery. When securing with Ledger user should be able to choose HD Path. This changes the keypair...
## Story As a USER who has a TON of accountIds, I want to have the accountId list auto scroll as I type, so I can easily find my accountIds....