You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although Record support has been added in #47 and type alias support is mentioned in #86, it seems that the combination of the two is still not working. The following statement:
exporttypeValuePreferences=Record<string,number>;
Produces an error when the ValuePreferences is used as a type in the code:
Could not load class or interface or other type Record from C:\Users\tdupont\Workspaces\CommunitySolidServer\dist\http\representation\RepresentationPreferences
The text was updated successfully, but these errors were encountered:
Although Record support has been added in #47 and type alias support is mentioned in #86, it seems that the combination of the two is still not working. The following statement:
Produces an error when the
ValuePreferences
is used as a type in the code:The text was updated successfully, but these errors were encountered: