Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build
on:
push:
branches: [master, beta]
branches: [master, preview]
pull_request:
branches: [master, beta]
branches: [master, preview]
jobs:
test:
runs-on: ubuntu-latest
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ This project is a thin React wrapper around
It allows you to add embedded components to any React app, and manages the state
and lifecycle of embedded components for you.

Note: Connect embedded components is currently still in beta. Please
[contact us](https://stripe.com/docs/connect/get-started-connect-embedded-components#access)
to request beta access.
Note: Some Connect embedded components are currently still in preview. These can
be
[viewed on our doc site](https://docs.stripe.com/connect/supported-embedded-components),
where you can also request preview access.

### Components

Expand Down
Loading