#Adding splashscreen to tauri reactts issues

2 messages · Page 1 of 1 (latest)

queen dagger
#

Adding splashscreen to tauri reactts issues

vital cairn
#

@queen dagger It looks like you're trying 2 different ways to have access to the invoke function. You are importing it, which is probably the best way. But then you're trying to access it from the global scope - this can be possible, but not necessary since you're already importing it.