gregg-cbs
gregg-cbs
Yeah its probably a webpack level thing and i think you will be blocked by that when working from within strapi. Looks like their diffing is not so great either.
I am on windows os. strapi 4.20.4.
And the types are still getting generated under collections such as `api/event/content-types/event/event.ts`. I dont know if this is intended or fallback behaviour but it is unexpected that the plugin does...
Now im getting "TypeError: Cannot read properties of undefined (reading 'needsComponentSuffix')" More of the error: PostV414InterfaceBuilder.buildInterfaceText (D:\Devbox\cbs\my-project\server\node_modules\strapi-plugin-schemas-to-ts\dist\server\schemas-to-ts\interface-builders\interfaceBuilder.js:258:35
I unfortunately ditched this plugin due to hurdles at the time. It was slowing down our dev server reloads because it was building types every reload + coupled with these...
The `%sveltekit.head%` is the way svelte loads in all head data including scripts, moving it around will not accomplish anything.
@webJose i appreciate your input and I understand what you are saying but unfortunately moving the sveltekit,head around in the app.html file is not the solution to this problem. To...
This warning has made me think about captions. I didnt even know you could have a track inside of a video tag. But in my case the warning is a...
This worked. Thank you! Now i dont have to inline the svelte-ignore on every video tag. > Thank you [@dummdidumm](https://github.com/dummdidumm) that is exactly what I was looking for. I had...
Its also important to note this component gets bundled and will require the browser to download its javascript so it can run in the browser which i guess is unavoidable...