Crash in juce::Slider::getTextFromValue() while creating a new plugin instance

I just did see that i do not init the parameters like described in this thread:

I missed this one:
paramState.state = ValueTree(“Foo”);

Maybe thats the source of the issue…