embedded icon indicating copy to clipboard operation
embedded copied to clipboard

Prismatic's library for embedding Prismatic.io into your application.

Results 5 embedded issues
Sort by recently updated
recently updated
newest added

It's best practice to generate short-lived JWTs for the embedded markeplace, and to refresh the tokens before they expire. This adds a new config setting to the example embedded app,...

While performing the build - `npm run build`, We are encountered with following error - There seems to be some issue with `@prismatic-io/embedded/dist/index.js` where t variable is redeclared. ``` [build:*webpack]...

This PR does two things: - Updates `@prismatic-io/embedded` to latest in the example embedded app and swaps `prismatic.configureIntegration` for `prismatic.configureInstance`. - An older version bump of `@types/react` changed the type...

Our example embedded app has an endpoint, /docs-screenshots/, that we use for some documentation screenshots. It's been throwing a client-side error since we updated MUI. This fixes the error.