Skip to content

Commit

Permalink
options fix for react
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoloza committed Oct 28, 2024
1 parent 30d3c30 commit dc437b1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions packages/cli/bin/linking/packages.js
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
export default [
'attrs-in-props',
'@symbo.ls/emotion',
'@symbo.ls/preview',
'create-smbls',
'@symbo.ls/emotion',
'@symbo.ls/fetch',
'@symbo.ls/default-icons',
'@symbo.ls/preview',
'@symbo.ls/utils',
'@symbo.ls/feather-icons',
'@symbo.ls/fluent-icons',
'@symbo.ls/editorjs',
'@symbo.ls/utils',
'@symbo.ls/default-icons',
'@symbo.ls/material-icons',
'@symbo.ls/google-maps',
'@symbo.ls/editorjs',
'@symbo.ls/fluent-icons',
'@symbo.ls/markdown',
'@symbo.ls/helmet',
'@symbo.ls/scriptjs',
'@symbo.ls/table',
'@symbo.ls/threejs',
'@symbo.ls/default-config',
'@symbo.ls/video',
'@symbo.ls/scratch',
'@symbo.ls/default-config',
'@symbo.ls/atoms',
'@symbo.ls/init',
'css-in-props',
'@symbo.ls/socket',
'@symbo.ls/box',
'css-in-props',
'@symbo.ls/doublehr',
'@symbo.ls/hgroup',
'@symbo.ls/input',
'@symbo.ls/icon',
'@symbo.ls/input',
'@symbo.ls/link',
'@symbo.ls/list',
'@symbo.ls/notification',
'@symbo.ls/pills',
'@symbo.ls/progress',
'@symbo.ls/select',
'@symbo.ls/tooltip',
'@symbo.ls/select',
'@symbo.ls/progress',
'@symbo.ls/unitvalue',
'@symbo.ls/socket',
'@symbo.ls/button',
'@symbo.ls/cli',
'@symbo.ls/indicator',
'@symbo.ls/sidebar',
'@symbo.ls/button',
'@symbo.ls/sociallink',
'@symbo.ls/sidebar',
'@symbo.ls/banner',
'@symbo.ls/steps',
'@symbo.ls/cli',
'@symbo.ls/dialog',
'@symbo.ls/dropdown',
'@symbo.ls/avatar',
'@symbo.ls/paragraphbutton',
'@symbo.ls/field',
'@symbo.ls/dropdown',
'@symbo.ls/tab',
'@symbo.ls/label',
'@symbo.ls/paragraphbutton',
'@symbo.ls/range',
'@symbo.ls/slider',
'@symbo.ls/tab',
'@symbo.ls/avatar',
'@symbo.ls/range',
'@symbo.ls/datepicker',
'@symbo.ls/modal',
'@symbo.ls/timepicker',
Expand All @@ -62,6 +62,6 @@ export default [
'@symbo.ls/uikit',
'@symbo.ls/sync',
'@symbo.ls/create',
'smbls',
'@symbo.ls/convert'
'@symbo.ls/convert',
'smbls'
]
2 changes: 1 addition & 1 deletion packages/create/src/syncExtend.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { isObjectLike, isUndefined, isDevelopment } from '@domql/utils'
import { SyncComponent, Inspect, Notifications } from '@symbo.ls/sync'

export const initializeExtend = (app, ctx) => {
return isObjectLike(app.extend) ? app.extend : {}
return isObjectLike(app.extend) ? app.extend : []
}

export const initializeSync = (app, ctx) => {
Expand Down

0 comments on commit dc437b1

Please sign in to comment.