Skip to content

tsrafc does not contain a default export #88

@ecklf

Description

@ecklf
// tsrafc
import React from 'react'

interface Props {
  
}

export const App: React.FC<Props> = () => {
  return (
    <div>
      
    </div>
  )
}

Will be considered as faulty since not containing a default export.

I'd suggest removing tsrafc since you cannot call default export const X.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions