Skip to content

Commit c7510c7

Browse files
authored
fix(generator): fix generated menubar component (#89)
1 parent 402e7cd commit c7510c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"CLI"
2727
],
2828
"dependencies": {
29-
"@vonage/vivid": "4.28.0",
29+
"@vonage/vivid": "4.29.0",
3030
"@vonage/vivid-react-wrapper": "1.3.0",
3131
"@vonage/vvd-context": "2.45.0",
3232
"@vonage/vvd-core": "2.45.0",

scripts/generateWrappers/generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const generateWrappers = (outputDir, language = OutputLanguage.JavaScript, clean
153153

154154
const getClassName = (classDeclaration) => ClassNameAlias[classDeclaration.name] || classDeclaration.name
155155

156-
const REGISTRATION_EXCLUDED_COMPONENTS = ['DataGridRow', 'DataGridCell'];
156+
const REGISTRATION_EXCLUDED_COMPONENTS = ['DataGridRow', 'DataGridCell', 'Menubar'];
157157

158158
const renderComponentV3 = prefix => classDeclaration => language => componentClassName => {
159159
const componentPrefix = prefix

0 commit comments

Comments
 (0)