Will setting threadId in useStream's submit function be deprecated?

Currently, we set the threadId on the client and pass it to the submit function (returned by useStream).

Recently, I have been getting a TypeError: 'threadId' does not exist in type 'SubmitOptions<Record<string, unknown>, Record<string, unknown>>.

However, I seem to still be able to set threadId in this way. Are there plans to fully deprecate this feature in the future?

This TypeError went away when I updated @langchain/langgraph-sdk