Closed LuckyDucko closed 3 years ago
Null Check for pages, with the addition of exception classes
if page is null, it crashes the Ios app.
It will now throw a catchable error, allowing the developer to decide what functionality they want.
no
n/a
:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)
Null Check for pages, with the addition of exception classes
:arrow_heading_down: What is the current behavior?
if page is null, it crashes the Ios app.
:new: What is the new behavior (if this is a feature change)?
It will now throw a catchable error, allowing the developer to decide what functionality they want.
:boom: Does this PR introduce a breaking change?
no
:bug: Recommendations for testing
n/a
:memo: Links to relevant issues/docs
631
:thinking: Checklist before submitting