Foreign data not rendering unless page is reloaded
I'm trying to write a FFI bridge thingy between rust and typescript (bun, specifically) and I was wondering why my backend's version isnt loading when i go to the About page:
Here
dms_version
is a foreign function that grab's my rust lib's version and misc information for displaying. But when I use it:
The Running {getBackendVersion()}
only appears if i reload the webpage. Is there any reason behind this?0 Replies