Haris Zulfiqar
Haris Zulfiqar
@natemate90 @rikschennink Any update on the solution or workaround for this? I want to send the data received to the frontend.
Yep. Can confirm.
Use `#key` to force re-render of the component A quick example would be: ``` {#if showDatePicker} datePickerViewer()} on:keypress={() => datePickerViewer()} > {#key dateSelected} {/key} {/if} ```
Support for core Gutenberg blocks would be appreciated.