Fabian-Lars
Fabian-Lars
remove the window plugin, it's part of the core library again. It's also the plugin mentioned in the error so hopefully that's the (only) issue there.
in preparation of multiwebview support, `get_window` was renamed to `get_webview_window`
Could you maybe provide a screenshot? And if possible a minimal reproduction example. Also please include the `tauri info` output as required by the issue template.
Hmm, i highly doubt that componentDidMount triggers before DOMContentLoaded. Not 100% sure but still feels wrong to me. Can you share the code where you listen to and emit the...
componentDidMount or useEffect with [] is indeed correct. You just have to unlisten to the event on unmount too. An example for that with useEffect (because i didn't use componentDidMount...
Can you tell us where in the docs you saw this? It looks like it's something we have to improve, because this code does not belong in the build.rs file...
Hi, can you try a debug build via `npm run tauri build -- --debug` (output in target/debug/)? It will behave like the release build but with the devtools enabled which...
I don't think this qualifies as a bug since virtually every app behaves like this. How about we convert this to a feature request, asking for a checkbox in the...
`bundle.global.js` powers the `withGlobalTauri` (= the apis in `window.__TAURI__`). Building/Bundling that on the dev's machine is not really an option
I think the main blocker here is that nobody in the tauri wg uses nix or nixos and i personally am not interested in getting into it either. The docs...