question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug: Refresher throws an exception in React/Vue on load

See original GitHub issue

Prerequisites

Ionic Framework Version

  • v4.x
  • v5.x
  • v6.x
  • Nightly

Current Behavior

The Refresher component throws an exception in the console when it loads, preventing the component from being usable.

An error from IonRefresher

Expected Behavior

The refresher should not throw any exceptions on load and should be interactive.

Steps to Reproduce

  1. Include ion-refresher in React/Vue template
  2. Observe: Exception is thrown when component loads

Code Reproduction URL

https://github.com/jameson-w-taylor/vue-refresher-error

Ionic Info

N/A

Additional Information

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sean-perkinscommented, Aug 18, 2022

Dev-build to resolve this issue: 6.2.4-dev.11660836281.1a11712b.

You can also downgrade to 6.2.2 in the interim. This bug only effects 6.2.3.

0reactions
ionitron-bot[bot]commented, Sep 21, 2022

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Solve the Chunk Load Error in JavaScript - Rollbar
Whenever there's an error observed in dynamically fetching helper JavaScript files known as Chunks, a ChunkLoad Error is thrown.
Read more >
Vue component throws errors before rendered? - Stack Overflow
I tried to render Results conditionally with <Results v-if="$store.state.data != {}" /> . This prevents the rendering when the user enters the ...
Read more >
Error/Exception handling in Vue.js application | by Arun Redhu
We can register a handler function which will capture all the unhandled exceptions which are not specific to Vue instances. The following code ......
Read more >
TypeError Handling in React.js for Map Function | Pluralsight
In this tutorial, you will learn why this error occurs and how to fix it. This guide assumes that you have basic knowledge...
Read more >
How to Handle Promises in React - Upmostly
Using Promises in React on Page Load ... But this will throw an error, since we're trying to use await in a non-async...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found