Open greglittlefield-wf opened 1 year ago
No security relevant content was detected by automated scans.
aviary.yaml
coverage of security relevant codeQuestions or Comments? Reach out on Slack: #support-infosec.
@greglittlefield-wf We started getting react.js and react_dom.js must be loaded.
errors because https://cdn-dev.wdesk.org/react-dart/5167194/react_with_react_dom_prod.js no longer exists -- it looks like we must have a 3 month expiry on cdn-dev assets?
I resolved the conflicts and pushed up a change. The tests fail but it successfully generated an asset. Hopefully this will fix our issue 🤞
edit This worked for us
@regenvanwalbeek-wf Sorry about that! 😬
Hmm to help prevent this issue from happening again, would it be possible to load from a local packages/react/...
path rather than the dev CDN?
That's how I was leaning as well - Once I have some free time I will give that a shot (hopefully by tomorrow)
@regenvanwalbeek-wf Sounds good, let me know if we can help with anything!
(Forgot to mention, we ended up loading from local and it worked fine https://github.com/Workiva/esg_ui/pull/2765)
Based on https://github.com/Workiva/react-dart/pull/339