You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: TS1363 [ERROR]: A type-only import can specify a default import or named bindings, but not both.
import type React, { useRef, useState } from "react";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
at file:///home/runner/work/ts-ast-viewer/ts-ast-viewer/src/components/Options.tsx:1:[8](https://github.com/dsherret/ts-ast-viewer/actions/runs/12549999832/job/34992017213?pr=163#step:7:9)
Given:
This is wrong:
This is right:
The text was updated successfully, but these errors were encountered: