Skip to content

在客户端使用,报错 Uncaught TypeError: Class extends value undefined is not a constructor or null #1224

在客户端使用,报错 Uncaught TypeError: Class extends value undefined is not a constructor or null

在客户端使用,报错 Uncaught TypeError: Class extends value undefined is not a constructor or null #1224

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Welcome to submit an issue for x-crawl for the first time"
pr-message: "Welcome to submit PR for x-crawl for the first time"