Konrad

Results 5 issues of Konrad

Data from mocked result in MockProvider is not passed to `onCompleted` callback. I have component like this: ``` function Dogs({ onDogSelected }) { const [options, setOptions] = useState([]); const [fetch,...

With example like this ``` export const ComplexStateEditSlider = () => { const [state, setState] = useState({ sliderValue: 10, inputValue: 'test', }); const handleChangeSlider = ([sliderValue]) => { setState({ ...state,...

onChange callback on `Editor` only provides options of editor instead of data.

Even though that Viewer is wrapped inside additional div which does not have any class. There is no way to add this class neither.

Hello, I tried to install git extension using Asset Library but it's not listed ![image](https://github.com/user-attachments/assets/a450ad6b-8c59-4348-acc0-1f2d3b01877a) Then I tried to download addon manually and I put it in addons folder just...