Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Conversation

@bddckr
Copy link
Contributor

@bddckr bddckr commented Oct 17, 2022

The title property is non-nullable on the native side, so we cannot provide it a null NSString without crashing - the following is printed to the console:

*** Assertion failure in -[NSOpenPanel setTitle:], NSWindow.m:2610

The minimum reproduction was to do the following in the web page:

const dialog = new OpenFileDialog();
const { file } = await dialog.showAsync();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant