The preview bug was caused by that the store constant was placed outside of the FormFillerPreview component. It made the questionnaire only update one time even though Refero re-rendered multiple times.
The radiobutton bug was caused by the Refero-component including Toolkit, which brought with it some styling that overrided the styling in Structor. Refero does not have direct dependencies to Toolkit, but some of it's Helsenorge-packages have dependencies to Toolkit. The solution for now was to override the Toolkit styling. Toolkit is on it's way to be totally replaced with Designsystem-React, so this issue will likely solve itself.
The preview bug was caused by that the store constant was placed outside of the FormFillerPreview component. It made the questionnaire only update one time even though Refero re-rendered multiple times.
The radiobutton bug was caused by the Refero-component including Toolkit, which brought with it some styling that overrided the styling in Structor. Refero does not have direct dependencies to Toolkit, but some of it's Helsenorge-packages have dependencies to Toolkit. The solution for now was to override the Toolkit styling. Toolkit is on it's way to be totally replaced with Designsystem-React, so this issue will likely solve itself.