Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
This specific issue will show up in any ticket that requires rebuilding yarn.lock, so whether you choose to fix it here (in a ticket that is specifically about rebuilding yarn.lock ) or in a ticket that requires rebuilding yarn.lock like https://folio-org.atlassian.net/browse/UIU-3072 is entirely up to you
Priyanka Terala March 12, 2024 at 12:51 PM
Edited
@Zak Burke I think the problem reported here would probably be fixed in the scope of https://folio-org.atlassian.net/browse/UIU-3072 cc @Manvendra Singh Rathore@Gurleen Kaur1@Irina Pokhylets
Zak Burke March 4, 2024 at 4:08 PM
I tried to fix this in PR #2617, which does nothing except update yarn.lock, but additional tests there fail. Unfortunately, I do not have time to investigate it further.
Tests are currently failing with:
ReferenceError: ResizeObserver is not defined 129 | ); 130 | > 131 | const renderPOLineForm = (props = {}) => render( | ^ 132 | <Form 133 | onSubmit={jest.fn} 134 | render={() => ( at new ResizeObserver (node_modules/@folio/stripes-components/lib/TextArea/TextArea.js:127:31)
Caused by stripes-components PR#2181
https://folio-org.atlassian.net/browse/STCOM-1240 Handle resize of TextArea