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
I have found the way to get around this is to not set the format property. You will then need to define all the other formatting styles you need though. This does have some caveats however which makes me think this isn't how it should work.
Bumping this as I would like to be able to use a prefix with format also being set. In my project, if i remove format to get the desired prefix, then I lose the behaviour of outputReferences. I require both for my use case.
In the
createPropertyFormatter
function, I can't pass in custom formatting attributes, because it will be overridden by hard-codedprefix='--'
This code should be changed like this, could you support the fix of this problem?

The text was updated successfully, but these errors were encountered: