You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And run npm run dev. However, I can see just an empty page in the browser and the following error in the DevTools:
Uncaught Error: Objects are not valid as a child. Encountered an object with the keys {nodeName,children,attributes,key}.
in Button
in App
at eval (debug.js?8a89:328:1)
at Array.forEach (<anonymous>)
at preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed (debug.js?8a89:340:1)
at preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed (index.js?a1c1:62:1)
at j (index.js?5962:267:1)
at w (children.js?36d0:137:1)
at j (index.js?5962:211:1)
at w (children.js?36d0:137:1)
at j (index.js?5962:211:1)
at P (render.js?e2d9:16:1)
Pretty much exactly the same setup - default preact-cli setup, installed preact fluid, tried to show a button in various places and getting the same error:
Uncaught (in promise) Error: Objects are not valid as a child. Encountered an object with the keys {nodeName,children,attributes,key,__,__b}.
Hi, I'm quite new to fluid and trying to setup a simple project with the preact-cli:
Then I replace the default index.js page with the following:
And run npm run dev. However, I can see just an empty page in the browser and the following error in the DevTools:
The package.json
The text was updated successfully, but these errors were encountered: