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
Version 6.5 adds new exports from DataviewTh, but this hides the DataViewTh type already exported from DataViewTable [1]. This results in build errors due to the type/const mismatch.
error TS2749: 'DataViewTh' refers to a value, but is being used as a type here. Did you mean 'typeof DataViewTh'?
Version 6.5 adds new exports from
DataviewTh, but this hides theDataViewThtype already exported fromDataViewTable[1]. This results in build errors due to the type/const mismatch.[1] 16bc87d#diff-146876574627e7fb43f6b4c0af8c98e89b44660c64fc8522d032afea5cd797e1
Jira Issue: PF-4240