Looks like the interface to PromptInput was changed in #135, but the examples was not updated. - If you add the PromptInput to a project from latest, and try to follow the example code, it will not work. - If you upgrade the PromptInput in an existing project, it will break due to the missing import. Seems like the example should be updated or the previous component interface should be restored.