There was an error while loading. Please reload this page.
3.2.27
codesandbox.io
打开链接,鼠标放到第18行中的“b”变量上面。 Open the link, mouse over the "b" variable in line 18.
不要将required属性为false的属性标记为必选属性 Don't mark a property with the required property false as required
将可选prop标记成了必选 Treat optional properties as required
Similar to #3122