You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occurred in our app after upgrading linkifyjs to 4.3.2 –
Uncaught TypeError: linkifyjs__WEBPACK_IMPORTED_MODULE_1__.options.assign is not a function
linkify-react was still on 4.3.1 when this occurred, and upgrading to 4.3.2 fixed the issue. However, I would not expect a single patch version change to cause a fatal error.
Looking at the 4.3.2 change, it seems this occurred because the "assign" export was removed from linkifyjs in 4.3.2, so if an older version of linkify-react was being used, it's trying to import/use that function that no longer exists.
Thank you!
aszmyd, jakeaturner, cj-price, navaneethsdk, gecko655 and 5 more