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
I have a Typescript interface that is exported from a file for other uses, but when I compile and run in dev mode, I get: "export 'ISnippetProps' was not found in './Snippet'.
This warning should not be occurring at all as the interfaceclearly is being exported within the file in question.
Expected behavior
This should not cause a compile warning.
Screenshots
System information
OS: macOS
Browser (if applies) Chrome
Version of Next.js: 7.0.1
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
I have a Typescript
interface
that is exported from a file for other uses, but when I compile and run indev
mode, I get:"export 'ISnippetProps' was not found in './Snippet'
.This warning should not be occurring at all as the
interface
clearly is being exported within the file in question.Expected behavior
This should not cause a compile warning.
Screenshots
System information
The text was updated successfully, but these errors were encountered: