hi there,
my plasmicData from PLASMIC.maybeFetchComponentData doesn’t seem to be including the “params” field for dynamic pages. I’m currently using the latest version of “@plasmicapp/loader-nextjs”. Everything seems to be ok in the studio, with a slug and a preview parameter that is working, just can’t seem to get the params to pass it to the plasmic root provider:
// This is the plasmicData.entryCompMetas[0]
{
"id": "Kn1mbE7yp-",
"displayName": "Directory: Catalog",
"usedComponents": [
"4CWxypB8na",
"7avTLOjB-zZ",
"9KPt6XktlFK",
"Akmf--uKKN",
"DLIGkT3gjJ",
"H60smqqSzg",
"K21Ayx7kmO",
"f1UjiuuEYI",
"h_ZqpSoFPos",
"rSqT9U8niF",
"rYF_B-x9Z-",
"zAeDKWZJsT9"
],
"projectId": "poKQNv6xkeMV1TnfpVHVmC",
"name": "DirectoryCatalog",
"renderFile": "render__Kn1mbE7yp-.js",
"skeletonFile": "comp__Kn1mbE7yp-.js",
"cssFile": "css__Kn1mbE7yp-.css",
"path": "/directories/[directorySlug]",
"isPage": true,
"entry": "render__Kn1mbE7yp-.js",
"isCode": false,
"isGlobalContextProvider": false,
"pageMetadata": {
"path": "/directories/[directorySlug]",
"description": "",
"title": null,
"canonical": null
},
"metadata": {}
}