react-async-script
react-async-script copied to clipboard
A React composition mixin for loading 3rd party scripts asynchronously
- update jest to v28 - drop node 12 from github actions - add node 18 - update github actions - update rest of testing dependencies
is there any typescript definition for this? Thanks, Derek
Currently I have a component: QuickAdd that needs the google autocomplete api to run However, while the component renders, it doesn't seem like the autocomplete has finished loading. If i...
Hi, In the example shown, the URL is known upfront and hardcoded. Is it possible to pass in props into the wrapper that helps determine what the URL is and...
Hi ! I am using the [react-google-recaptcha](https://github.com/dozoisch/react-google-recaptcha) lib as well as [react-frame-component](https://github.com/ryanseddon/react-frame-component) in my project in order to create a widget, and I found out that `react-google-recaptcha` is not usable...
I'm a bit confused on the examples. I created a `Stripe.jsx` file: ```js import React, { Component } from 'react' import makeAsyncScriptLoader from 'react-async-script' class Stripe extends Component { constructor...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...