Skip to content

[Type Error]: node_modules/solid-start/data/createRouteAction.tsx:6:32 - error TS2307: Cannot find module 'server/server-functions/types' or its corresponding type declarations. #25

[Type Error]: node_modules/solid-start/data/createRouteAction.tsx:6:32 - error TS2307: Cannot find module 'server/server-functions/types' or its corresponding type declarations.

[Type Error]: node_modules/solid-start/data/createRouteAction.tsx:6:32 - error TS2307: Cannot find module 'server/server-functions/types' or its corresponding type declarations. #25

Workflow file for this run

name: 'Close issues'
on:
issues:
types: [labeled]
jobs:
questions:
runs-on: ubuntu-latest
steps:
- name: Close Issue
uses: peter-evans/close-issue@v3
if: "${{ github.event.label.name == ':speech_balloon: Question' }}"
with:
comment: Please note this issue tracker is not a help forum. We recommend using [Discussions](https://github.com/solidjs/solid-start/discussions/categories/q-a) for questions.