Skip to content

Commit

Permalink
Merge pull request #22 from symbo-ls/luka/glexuri-fix
Browse files Browse the repository at this point in the history
Fix unfortunate interoperability shit
  • Loading branch information
nikoloza authored Oct 19, 2023
2 parents a8a7347 + 1382b00 commit eab65fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const create = async (App, options = DEFAULT_CREATE_OPTIONS, optionsExter
const routerOptions = initRouter(App, options) // eslint-disable-line
const extend = applySyncDebug([App], options)

const domqlApp = DOM.create({
const domqlApp = (DOM.default.create || DOM.create)({
extend,
routes: options.pages,
state,
Expand Down

0 comments on commit eab65fb

Please sign in to comment.