.\Src\Main.fs(1,1): error EXCEPTION: Method not found: 'Fable.AST.Fable.Type List.get_genArg()'.
at Partas.Solid.Type.|GetDeclaredType|_|(PluginContext ctx, Type _arg1)
at Partas.Solid.Type.|PartasName|_|(PluginContext ctx, Type _arg1)
at Partas.Solid.AST.|TagConstructor|_|(PluginContext ctx, Expr _arg15)
at Partas.Solid.AST.|TagConstructor|_|(PluginContext ctx, Expr _arg15)
at Partas.Solid.AST.transform(PluginContext ctx, Expr expr)
at Partas.Solid.SolidComponentAttribute.Transform(PluginHelper pluginHelper, File _arg1, MemberDecl memberDecl)
at Fable.CompilerExt.Compiler-ApplyPlugin@217.Invoke(Input input, Attribute att) in /home/mmangel/Workspaces/Github/fable-compiler/Fable/main/src/Fable.Transforms/Global/Compiler.fs:line 218
Hi,
When using Fabel
5.0.0-alpha.15or higher the compilation fails.Fabel
5.0.0-alpha.14is working fine.Is this a known limitation or a bug in my code?
I get :