Justinas Delinda
Justinas Delinda
Tried updated everything to the latest, so plugin version would be 2.6.1, I am still experiencing this issue.
I think this might be related to https://github.com/solidjs/vite-plugin-solid/issues/80 since my context is also defined in `tsx` file, but I haven't tested to see if that is the root issue.
Experiencing this issue too.
I have issue with `m` variable and `mm`, didn't try other. I would dare to assume that auto imports do not work in template at all.
Experiencing same error with Strapi `4.5.2`, installed plugin and it doesn't work on my dev environment.
I did look into that. The issue being that because of how you wrote package.json exports, core.js and index.js are merged into same entry and even if you load only...
I mean it is, being able to import only core was a feature which was available in version 7, but is not in 8. But I understand if you do...
We are also experiencing this error. Astro supports early returns inside their script part ```astro --- const { slug } = Astro.params if (!slug) { return new Response(null, { status:...
Sorry for taking so long. We had issues with updating strapi, I wanted to make sure we are on latest version. Now we are on Strapi 1.15 and Publisher version...
Our non technical people want to change pusblish date, for blog articles and so on. Without an UI its difficult to do that. Since this plugin already deals with publishing,...