79485882

Date: 2025-03-05 08:52:11
Score: 1.5
Natty:
Report link

Based on @Gajus's answer, the following works well here

React.lazy(async () => {
  return {
    default: (await import("../main/shared/toast")).ToastContainer
  }
})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @Gajus's
Posted by: Jcyrss