We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10c63d commit f68f030Copy full SHA for f68f030
server/src/server.ts
@@ -470,7 +470,7 @@ function createInterface(msg: p.RequestMessage): m.Message {
470
if (isReactComponent) {
471
let params: p.ShowMessageParams = {
472
type: p.MessageType.Error,
473
- message: `Cannot create an interface for a file containing @react.component.`,
+ message: `Creating an interface with @react.component is not currently supported.`,
474
};
475
476
let response: m.NotificationMessage = {
0 commit comments