Closed neil-morrison44 closed 1 month ago
Thrown errors can now put structured data in their cause which'll get picked up by the error boundary & given to the repair button component
cause
The repair button looks at the cause & determines if it can present an auto-repair to the user
Can show multiple repair options if multiple cores implement 1 platform
Allows for user self-repair for this issue type:
Can, potentially, catch other errors in the future (so long as we know the core name & what file it is)
Thrown errors can now put structured data in their
cause
which'll get picked up by the error boundary & given to the repair button componentThe repair button looks at the cause & determines if it can present an auto-repair to the user
Can show multiple repair options if multiple cores implement 1 platform
Allows for user self-repair for this issue type:
Can, potentially, catch other errors in the future (so long as we know the core name & what file it is)