Operating System
all
Environment (if applicable)
all
Firebase SDK Version
12.4.0
Firebase SDK Product(s)
DataConnect
Project Tooling
Visual Studio Code and DataConnect extension under Windows 11
Detailed Problem Description
Changing the outputDir of the dataconnect sdk does not work as expected
If I change the output folder and keep doing the codelab, the MovieService.tsx won't find the new imports.
The reason is, even though I changed the outputDir in the connector.yaml file, all the imports still point to the original path of dataconnect
which is ../../app/src/lib/dataconnect-sdk
In addition, the index.d.ts is not updated in the old path or the new path.
Steps and code to reproduce issue
all