The sentence "antd" (0, _ inherits3 ['default']) (Button, _ React$Component); what does it mean?

looking at the antd source code, I found the phrase "(0, _ inherits3 ["default"]) (Button, _ React$Component);" what does this code mean? I know (function () {}) (), but it doesn"t look like it. What does it mean?

Apr.03,2021

the sentence you see is the compiled code of babel, which is used for inheritance, that is, class Button inherits class React.Component


above is the compiled result of babel, which is basically what it means:

clipboard.png

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-1b3d7f5-2c3b2.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-1b3d7f5-2c3b2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?