feature/IO-3499-React-19: Move react-grid-gallery to a vendor directory internally, will be removed shortly but for now we keep it
This commit is contained in:
@@ -38,7 +38,7 @@ class ErrorBoundary extends React.Component {
|
||||
}
|
||||
|
||||
handleErrorSubmit = () => {
|
||||
window.$crisp.push([
|
||||
window.$crisp?.push([
|
||||
"do",
|
||||
"message:send",
|
||||
[
|
||||
@@ -53,7 +53,7 @@ class ErrorBoundary extends React.Component {
|
||||
]
|
||||
]);
|
||||
|
||||
window.$crisp.push(["do", "chat:open"]);
|
||||
window.$crisp?.push(["do", "chat:open"]);
|
||||
|
||||
// const errorDescription = `**Please add relevant details about what you were doing before you encountered this issue**
|
||||
|
||||
@@ -78,7 +78,7 @@ class ErrorBoundary extends React.Component {
|
||||
if (this.state.hasErrored === true) {
|
||||
logImEXEvent("error_boundary_rendered", { error, info });
|
||||
|
||||
window.$crisp.push([
|
||||
window.$crisp?.push([
|
||||
"set",
|
||||
"session:event",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user