Hi Plasmic team,
My app is throwing the following error when deploying:
PLASMIC: Encountered error when pre-rendering w1: TypeError: U.current.useInsertionEffect is not a function
Where could this w1
component come from?
Hi Plasmic team,
My app is throwing the following error when deploying:
PLASMIC: Encountered error when pre-rendering w1: TypeError: U.current.useInsertionEffect is not a function
Where could this w1
component come from?
Please upgrade to the latest @plasmicapp/*
I’ve done that but now run into another error when deploying still
Aug 15 10:32:15 PM e [Error]: Unknown filter operator slug
Aug 15 10:32:15 PM at t.eval (eval at load (/opt/render/project/src/node_modules/@plasmicapp/loader-core/dist/index.js:214:14), <anonymous>:4:17388)
Aug 15 10:32:15 PM at N (eval at load (/opt/render/project/src/node_modules/@plasmicapp/loader-core/dist/index.js:214:14), <anonymous>:4:10531)
Aug 15 10:32:15 PM at Generator.eval [as _invoke] (eval at load (/opt/render/project/src/node_modules/@plasmicapp/loader-core/dist/index.js:214:14), <anonymous>:4:12513)
Aug 15 10:32:15 PM at Generator.eval [as next] (eval at load (/opt/render/project/src/node_modules/@plasmicapp/loader-core/dist/index.js:214:14), <anonymous>:4:11044)
Aug 15 10:32:15 PM at me (eval at load (/opt/render/project/src/node_modules/@plasmicapp/loader-core/dist/index.js:214:14), <anonymous>:4:7944)
Aug 15 10:32:15 PM at u (eval at load (/opt/render/project/src/node_modules/@plasmicapp/loader-core/dist/index.js:214:14), <anonymous>:4:8142)
Aug 15 10:32:15 PM at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
Aug 15 10:32:15 PM status: 400
Aug 15 10:32:15 PM }
Aug 15 10:32:15 PM PLASMIC: Encountered error when pre-rendering Oe: Error: Unknown filter operator slug
Aug 15 10:32:15 PM PLASMIC: Encountered error when pre-rendering Oe: Error: Unknown filter operator slug
This is an error thrown by a code component that seems to be fetching data and getting an error from the server (“unknown filter operator slug”). What data-fetching components are you using?