react-moralis icon indicating copy to clipboard operation
react-moralis copied to clipboard

Hooks and components to use Moralis in a React app

Results 51 react-moralis issues
Sort by recently updated
recently updated
newest added

--- name: "fix moralis-v1 imports" --- ## New Pull Request ### Checklist - [x] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/react-moralis/blob/main/SECURITY.md). - [x] My code is conform the [code style](https://github.com/MoralisWeb3/react-moralis/blob/main/CODE_STYLE.md) -...

## New Bug Report - [x] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/react-moralis/blob/main/SECURITY.md). - [x] I have searched through [existing issues](https://github.com/MoralisWeb3/react-moralis/issues?q=is%3Aissue) and the [Moralis Forum](https://forum.moralis.io/). - [x] I can reproduce the...

Bumps [eslint](https://github.com/eslint/eslint) from 8.5.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependencies

I've got a basic Vite + React-TS template. Then added the codes found from [Connect with React](https://docs.moralis.io/moralis-dapp/connect-the-sdk/connect-with-react). Initially it didn't work throwing some error on local dev. After a quick...

help wanted

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 27.4.7 to 28.1.3 Release notes Sourced from jest's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

I'm facing this issue when i calling this function Moralis.Cloud.run("getUser", params)

### Issue Description The `switchNetwork` function of the `useChain()` hook has a bug when the user rejects the switch after adding the network. The `switchNetwork` function should return a `Promise.reject`...

## New Bug Report ### Checklist - [x] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/react-moralis/blob/main/SECURITY.md). - [x] I have searched through [existing issues](https://github.com/MoralisWeb3/react-moralis/issues?q=is%3Aissue) and the [Moralis Forum](https://forum.moralis.io/). - [x] I can...

--- name: "Pull request" about: A new pull request --- ## New Pull Request ### Checklist - [x] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/react-moralis/blob/main/SECURITY.md). - [x] My code is conform...