Maximilian Förster
Maximilian Förster
Same issue on my website. I think CPTs are a very basic feature of WP Core and don't understand why the primary Term option is displayed on CPTs even though...
What do you mean with "not working"? Are Nodes/Ports/Links/... missing? Did you try it with the default implementations?
Sorry found out that there are more chageset options besides "major" changed it.
Okay proceeded with my tests and there is another problem with this: options.name is undefined before and after my change when constructing with `new DefaultPortModel(true)` So what to set as...
Hey you just swapped name and id in the constructor of your Port. Since the name of the port is used as an index in `NodeModel` (which `DefaultNodeModel` relies on,...
Hello 👋🏽 @vafanassieff Do you know what is blocking this PR from being merged? - I would really appreciate it as it blocks update to trpc11 for me and my...
Hey all, i was also searching the net due to this error. I think this issues in another library are "related": https://github.com/psteinroe/supabase-cache-helpers/issues/401 https://github.com/psteinroe/supabase-cache-helpers/issues/405 where bumping Typescript from 5.3.X to 5.4.2:...
> What did work with npm was specifying a version higher than what my `rollup` previously was: > > "overrides": { > "vite": { > "rollup": "npm:@rollup/wasm-node@^4.9.2" > } >...
@pmw1407 No could not "solve" it. Just the Workaround with the div i mentioned in the post
Same here with v8 and istanbul. @sheremet-va @AriPerkkio I think its related to the export of functions, cause my default object exports are covered fine:  Having only a default...