Something went wrong while fetching comments. Please try again.
Created by: philipp-spiess
This fixes an issue that we're seeing whenever someone is testing the extension for the first time.
The problem here is that we used to return an object for the previous search consistent of a lot of null values. E.g. query: null. The JS code however expects the value to be null or a valid LastSearch type.
I've made changes to properly handle null in the bridge and return null in the case that there is no last search.
https://www.loom.com/share/6f05c9c6bbe14af18aa584c3fe06bc3e
Check out the client app preview documentation to learn more.