开发者问题收集
嗨,我是新手,所以很抱歉问了这么基础的问题。我试图在 const 中定义一个方法const Age = t.refinement(t.Number, (n) => return n >= 18);但是,linter 不喜欢我在方法中使用 return 关键字。这是类import React, { Component } from 'react'import { postFeedback } fro