Automatic `displayName` for React components and context <on board>! Supported factory methods: - `...
t
Automatic
displayName
for React components and context on board! Supported factory methods: •
FC
•
VFC
•
createContext
Example:
Copy code
// JS: App.displayName = 'App'
//  will be added by plugin 
val App = VFC {
    + "My app"
}

// JS: UserContext.displayName = 'UserContext'
//  will be added by plugin 
val UserContext = createContext<User>()
Supported platforms: Legacy
šŸ’Æ 2
ā¤ļø 4
šŸ‘ 2
šŸ‘šŸ¼ 1