{"version":3,"sources":["webpack:///./src/components/ErrorBoundary.jsx","webpack:///./src/components/about/References.jsx"],"names":["ErrorBoundary","_React$Component","props","_this","call","state","error","errorInfo","_inheritsLoose","_proto","prototype","componentDidCatch","this","setState","render","___EmotionJSX","style","whiteSpace","toString","componentStack","children","React","Component","References","Container","css","mq","Row","Col","isDiscussionGuide","isHome"],"mappings":"8IAAyB,IAEnBA,EAAa,SAAAC,GACjB,SAAAD,EAAYE,GAAQ,IAADC,EAE4B,OAD7CA,EAAAF,EAAAG,KAAA,KAAMF,IAAM,MACPG,MAAQ,CAAEC,MAAO,KAAMC,UAAW,MAAMJ,EAH9BK,YAAAR,EAAAC,GAIhB,IAAAQ,EAAAT,EAAAU,UA4BA,OA5BAD,EAEDE,kBAAA,SAAkBL,EAAOC,GAEvBK,KAAKC,SAAS,CACZP,MAAOA,EACPC,UAAWA,KAGdE,EAEDK,OAAA,WACE,OAAIF,KAAKP,MAAME,UAGXQ,YAAA,WACEA,YAAA,UAAI,yBACJA,YAAA,WAASC,MAAO,CAAEC,WAAY,aAC3BL,KAAKP,MAAMC,OAASM,KAAKP,MAAMC,MAAMY,WACtCH,YAAA,WACCH,KAAKP,MAAME,UAAUY,iBAMrBP,KAAKV,MAAMkB,UAErBpB,EAhCgB,CAASqB,IAAMC,WAmCnBtB,O,kCCrCf,0EA6JeuB,IAtJIrB,GAEfa,YAAA,eACEA,YAACS,IAAS,CACRC,IAAKA,YAAG,+BAEJ,CAACC,IAAG,IAAG,2GAQL,CAACA,IAAG,IAAG,wCAObX,YAACY,IAAG,KACFZ,YAACa,IAAG,KACD1B,EAAM2B,kBACLd,YAAA,UACEA,YAAA,UAAI,wKAGJA,YAAA,UAAI,wIAGJA,YAAA,UAAI,qKAGJA,YAAA,UAAI,gLAGJA,YAAA,UAAI,sJAGJA,YAAA,UAAI,uKAGJA,YAAA,UAAI,wJAGJA,YAAA,UAAI,kMAGJA,YAAA,UAAI,wMAGJA,YAAA,UAAI,2LAGJA,YAAA,UAAI,uJAGJA,YAAA,UAAI,2MAGJA,YAAA,UAAI,+IAGJA,YAAA,UAAI,yKAGJA,YAAA,UAAI,mKAGJA,YAAA,UAAI,+MAGJA,YAAA,UAAI,0MAGJA,YAAA,UAAI,+JAIJ,KAEFb,EAAM2B,mBAAsB3B,EAAM4B,OA8BhC,KA7BFf,YAAA,UACEA,YAAA,UAAI,oKAGJA,YAAA,UAAI,mMAGJA,YAAA,UAAI,yLAGJA,YAAA,UAAI,kMAGJA,YAAA,UAAI,sNAGJA,YAAA,UAAI,sLAGJA,YAAA,UAAI,0LAGJA,YAAA,UAAI,iLAGJA,YAAA,UAAI,2NAMPb,EAAM4B,OACLf,YAAA,UACEA,YAAA,UAAI,qMAGJA,YAAA,UAAI,8LAGJA,YAAA,UAAI,yNAeJ","file":"d4ad233efeb1d959420253442063e6db7488fdeb-fde525234e5dce47c8a5.js","sourcesContent":["import React from \"react\"\r\n\r\nclass ErrorBoundary extends React.Component {\r\n constructor(props) {\r\n super(props)\r\n this.state = { error: null, errorInfo: null }\r\n }\r\n\r\n componentDidCatch(error, errorInfo) {\r\n // Catch errors in any components below and re-render with error message\r\n this.setState({\r\n error: error,\r\n errorInfo: errorInfo,\r\n })\r\n // You can also log error messages to an error reporting service here\r\n }\r\n\r\n render() {\r\n if (this.state.errorInfo) {\r\n // Error path\r\n return (\r\n
\r\n
Something went wrong.
\r\n \r\n {this.state.error && this.state.error.toString()}\r\n
\r\n {this.state.errorInfo.componentStack}\r\n \r\n \r\n )\r\n } else {\r\n // Normally, just render children\r\n return this.props.children\r\n }\r\n }\r\n}\r\n\r\nexport default ErrorBoundary\r\n","import React from \"react\"\r\nimport PropTypes from \"prop-types\"\r\nimport { css } from \"@emotion/core\"\r\nimport { Container, Row, Col } from \"react-bootstrap\"\r\n\r\nimport { mq } from \"../../utils/media-queries\"\r\n\r\nconst References = props => {\r\n return (\r\n \r\n \r\n \r\n \r\n {props.isDiscussionGuide ? (\r\n \r\n - \r\n Leukemia & Lymphoma Society. Hodgkin Lymphoma Subtypes. https://www.lls.org/lymphoma/hodgkin-lymphoma/diagnosis/hodgkin-lymphoma-subtypes. Accessed August 11, 2021.\r\n
\r\n - \r\n Cancer.Net. Lymphoma - Hodgkin: Diagnosis. https://www.cancer.net/cancer-types/lymphoma-hodgkin/diagnosis. Accessed August 11, 2021.\r\n
\r\n - \r\n Mayo Clinic. Lymphoma - Diagnosis & Treatment. https://www.mayoclinic.org/diseases-conditions/lymphoma/diagnosis-treatment/drc-20352642. Accessed August 3, 2021.\r\n
\r\n - \r\n American Cancer Society. Tests for Hodgkin Lymphoma. https://www.cancer.org/cancer/hodgkin-lymphoma/detection-diagnosis-staging/how-diagnosed.html. Accessed August 3, 2021.\r\n
\r\n - \r\n Cancer.Net. Lymphoma - Hodgkin: Types of Treatment. https://www.cancer.net/cancer-types/lymphoma-hodgkin/types-treatment. Accessed August 3, 2021.\r\n
\r\n - \r\n American Cancer Society. Hodgkin Lymphoma Stages. https://www.cancer.org/cancer/hodgkin-lymphoma/detection-diagnosis-staging/staging.html. Accessed August 3, 2021.\r\n
\r\n - \r\n Cancer.Net. The Oncology Team. https://www.cancer.net/navigating-cancer-care/cancer-basics/cancer-care-team/oncology-team. Accessed August 11, 2021.\r\n
\r\n - \r\n American Cancer Society. The Doctor-Patient Relationship. https://www.cancer.org/treatment/finding-and-paying-for-treatment/choosing-your-treatment-team/the-doctor-patient-relationship.html.\r\n
\r\n - \r\n American Cancer Society. Seeking a Second Opinion. https://www.cancer.org/treatment/treatments-and-side-effects/choosing-your-treatment-team/seeking-a-second-opinion.html. Accessed August 3, 2021.\r\n
\r\n - \r\n Cancer.Net. Making Decisions About Cancer Treatment. https://www.cancer.net/navigating-cancer-care/how-cancer-treated/making-decisions-about-cancer-treatment. Accessed August 3, 2021.\r\n
\r\n - \r\n CancerCare. Sources of Financial Assistance. https://www.cancercare.org/publications/62-sources_of_financial_assistance. Accessed October 26, 2021.\r\n
\r\n - \r\n American Cancer Society. Late and Long-term Side Effects of Hodgkin Lymphoma Treatment. https://www.cancer.org/cancer/hodgkin-lymphoma/after-treatment/lifestyle-changes.html. Accessed August 3, 2021.\r\n
\r\n - \r\n American Cancer Society. Get Cancer Information Now. https://www.cancer.org/cancer/hodgkin-lymphoma/treating.html. Accessed August 3, 2021.\r\n
\r\n - \r\n American Cancer Society. Treating Classic Hodgkin Lymphoma, by Stage. https://www.cancer.org/cancer/hodgkin-lymphoma/treating/by-stage.html. Accessed August 3, 2021.\r\n
\r\n - \r\n American Cancer Society. Chemotherapy for Hodgkin Lymphoma. https://www.cancer.org/cancer/hodgkin-lymphoma/treating/chemotherapy.html. Accessed August 3, 2021.\r\n
\r\n - \r\n American Cancer Society. If Cancer Treatments Stop Working. https://www.cancer.org/treatment/treatments-and-side-effects/planning-managing/if-cancer-treatments-stop-working.html. Accessed August 3, 2021.\r\n
\r\n - \r\n American Cancer Society. Chemotherapy Side Effects. https://www.cancer.org/treatment/treatments-and-side-effects/treatment-types/chemotherapy/chemotherapy-side-effects.html. Accessed August 3, 2021.\r\n
\r\n - \r\n Cancer.Net. Lymphoma - Hodgkin: Coping with Treatment https://www.cancer.net/cancer-types/lymphoma-hodgkin/coping-with-treatment. Accessed August 3, 2021.\r\n
\r\n
\r\n ) : null}\r\n\r\n {!props.isDiscussionGuide && !props.isHome ? (\r\n \r\n - \r\n American Cancer Society. What is Hodgkin Lymphoma? https://www.cancer.org/CANCER/HODGKIN-LYMPHOMA/ABOUT/WHAT-IS-HODGKIN-DISEASE.HTML. Accessed October 25, 2022.\r\n
\r\n - \r\n American Cancer Society. Signs and Symptoms of Hodgkin Lymphoma. https://www.cancer.org/CANCER/HODGKIN-LYMPHOMA/DETECTION-DIAGNOSIS-STAGING/SIGNS-AND-SYMPTOMS.HTML. Accessed October 25, 2022.\r\n
\r\n - \r\n American Cancer Society. Key Statistics for Hodgkin Lymphoma. Available at https://www.cancer.org/cancer/types/hodgkin-lymphoma/about/key-statistics.html. Accessed January 24, 2024.\r\n
\r\n - \r\n American Cancer Society. Survival rates for Hodgkin lymphoma. https://www.cancer.org/cancer/types/hodgkin-lymphoma/detection-diagnosis-staging/survival-rates.html. Accessed January 24, 2024.\r\n
\r\n - \r\n Clinical Medicine Insights: Oncology. Frontline Therapy for Classical Hodgkin Lymphoma by Stage and Prognostic Factors. https://journals.sagepub.com/doi/full/10.1177/1179554917731072. Accessed October 25, 2022.\r\n
\r\n - \r\n American Cancer Society. Treating Classic Hodgkin Lymphoma by Stage. Available at https://www.cancer.org/CANCER/HODGKIN-LYMPHOMA/TREATING/BY-STAGE.HTML Accessed October 25, 2022.\r\n
\r\n - \r\n American Cancer Society. Living as a Hodgkin Lymphoma Survivor. Available at HTTPS://WWW.CANCER.ORG/CANCER/HODGKIN-LYMPHOMA/AFTER-TREATMENT/FOLLOW-UP.HTML. Accessed October 25, 2022.\r\n
\r\n - \r\n American Cancer Society. Chemotherapy at Hodgkin Lymphoma. Available at https://www.cancer.org/CANCER/HODGKIN-LYMPHOMA/TREATING/CHEMOTHERAPY.HTML. Accessed October 25, 2022.\r\n
\r\n - \r\n American Cancer Society. Late and Long-term Side Effects of Hodgkin Lymphoma Treatment. Available at HTTPS://WWW.CANCER.ORG/CANCER/HODGKIN-LYMPHOMA/AFTER-TREATMENT/LIFESTYLE-CHANGES.HTML. Accessed October 25, 2022.\r\n
\r\n
\r\n ) : null}\r\n\r\n {props.isHome ? (\r\n \r\n - \r\n Key statistics for Hodgkin lymphoma. American Cancer Society. Revised January 19, 2024. Accessed January 24, 2024. https://www.cancer.org/cancer/types/hodgkin-lymphoma/about/key-statistics.html\r\n
\r\n - \r\n What is Hodgkin lymphoma? American Cancer Society. Revised May 1, 2018. Accessed January 24, 2024. https://www.cancer.org/cancer/types/hodgkin-lymphoma/about/what-is-hodgkin-disease.html\r\n
\r\n - \r\n Survival rates for Hodgkin lymphoma. American Cancer Society. Revised March 2, 2023. Accessed January 24, 2024. https://www.cancer.org/cancer/types/hodgkin-lymphoma/detection-diagnosis-staging/survival-rates.html\r\n
\r\n {/* - \r\n American Cancer Society. Key Statistics for Hodgkin Lymphoma.\r\n Available at\r\n https://www.cancer.org/cancer/hodgkin-lymphoma/about/key-statistics.html.\r\n Accessed October 25, 2022.\r\n
\r\n - \r\n American Cancer Society. What is Hodgkin Lymphoma?\r\n https://www.cancer.org/CANCER/HODGKIN-LYMPHOMA/ABOUT/WHAT-IS-HODGKIN-DISEASE.HTML.\r\n Accessed October 25, 2022.\r\n
*/}\r\n
\r\n ) : null}\r\n \r\n
\r\n \r\n \r\n )\r\n}\r\n\r\nReferences.propTypes = {\r\n isHome: PropTypes.bool,\r\n isDiscussionGuide: PropTypes.bool,\r\n}\r\n\r\nexport default References\r\n"],"sourceRoot":""}