React-loadable problem

Why delay is invalid and rendered directly without delay

const List = Loadable({
  loader: () => import("../components/list"),
  // loader: () => delayRequest(400000).then(() => import("../components/list")),
  loading: Loading,
  delay: 40000,
  timeout: 10000
})
May.11,2021

this delay represents: if the component does not load successfully within the delay time, the loading component is displayed. React-loadable itself does not have the delayed rendering feature you want.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e98a-2c43c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e98a-2c43c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?