-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-rendering script #1
Comments
@bibogdanov Hi, most of what this component does happens in If supporting this is something more people would like or if it proved to be necessary, I can add this functionality. |
+1 This would be a very usefull feature. Personally, I need this to implement PayU Express Widget. Maybe #5 could resolve this? |
@bibogdanov @Bartozzz I just made my own package for this...cause it looks like PRs to this package aren't gonna get merged anytime soon |
@jakubkottnauer how can i add a component dynamically for loading the script again..? |
@jedwards1211 how can i re render the google maps script again using your package because the documentation is very less in terms of this part...? |
If you change the |
@jedwards1211 i am facing this issue I have created progressive web app and I am using google maps so in offline mode when there is no internet then the google maps do not load but when the internet becomes available then I want to reload that same google maps API script so that I can access the goog;e variable inside in my react component again... Can you please help me how can I do this using your package because in my case the script is already in the dom but the google variable is not available due to the no internet and also I have the same src prop because I want to re-load the same google maps URL so how can I reload the same google script again using your package kindly help me on this please...? |
Hello,
I'm new to react and I'm using react-load-script for rendering a bokeh Chart served by my python (flask/pandas/bokeh) server.
I'm able to load a first script and display a chart given some arguments but when I change the arguments and try to re render nothing happens.
Do you know how to handle this problem ?
The text was updated successfully, but these errors were encountered: