-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fastlane recognized flow component #3003
base: fastlane
Are you sure you want to change the base?
Conversation
|
Size Change: +3.33 kB (+0.43%) Total Size: 775 kB
ℹ️ View Unchanged
|
size-limit report 📦
|
Quality Gate passedIssues Measures |
Summary
Button
component to render as a link by passingvariant=link
components/utilities.ts
where we can expose utility functions (Ex:initializeFastlane
), therefore we do not mix that with thecomponents/index.ts
where we expose the UI components (this leads to certain errors with auto bundle; so that is why I separated them)It is possible to test/visualize the flow by going to the Fastlane story
Tested scenarios