-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Labels
Description
In #14048, we are going to expose the FR api on the default node entry point. Any breaking changes to the FR API should be done in a breaking release after this point. Before we do that, there are a few cleanup changes I would like us to consider:
- Remove
configContextand just useflagsinstead - Move user flow types to
LH.UserFlow -
stepName->name(This is what we use in the flow artifacts json) - i18n user flow strings
This list isn't final, the goal here is to get the API into a state that we are happy with before committing to it for at least one breaking release cycle.