plasmic icon indicating copy to clipboard operation
plasmic copied to clipboard

Visual builder for React. Build apps, websites, and content. Integrate with your codebase.

Results 46 plasmic issues
Sort by recently updated
recently updated
newest added

Please check #47 for more details on the bug. https://github.com/plasmicapp/plasmic/issues/47#issuecomment-1207393135 explains how this patch works. My solution is just a quick one to work around the problem for myself, but...

I have been trying to setup a new Plasmic project, but `plasmic sync` insists on failing. The command works as expected up to the creation of the `plasmic.json` file, but...

Hi! I tried to enable localization and followed the [documentation](https://docs.plasmic.app/learn/localization/). ### Code ```tsx ``` ### Output: ```bash Type '{ locale: string; }' is not assignable to type 'GlobalVariantSpec[]'. Object literal...

Next.js has a setting to configure the build/output directory: https://nextjs.org/docs/api-reference/next.config.js/setting-a-custom-build-directory ... which makes this line in the loader a problem: https://github.com/plasmicapp/plasmic/blob/5198eac32c76b03ce9cf0cace0c650e22ba28144/packages/loader-nextjs/src/cache.ts#L40 My particular case is the use of nx (a...

Hi, What is the current progress for Svelte / SvelteKit support ? I tried using @plasmicapp/loader-svelte in a SvelteKit app without success (apparently due to vite). Thanks !

Feature Request: Is it possible to create the model definitions using a JSON schema file that I can upload? Afterwards, having the inputted model, I'd like to be able to...

Plasmic has a community Slack at https://plasmic.app/slack, and questions from it are mirrored to https://forum.plasmic.app. These are the best places to ask questions or get support! Feel free to report...

Hi! 👋 I have a grid with multiple cards that I need to customize (provide data like name, description, image, etc.). ![Capture d’écran 2022-03-21 à 14 50 17](https://user-images.githubusercontent.com/101705748/159754213-c5f06d57-01c2-4227-9677-2116baf34818.png) With the...

Within a fresh installation, I'm getting this error: Here is a step by step to reproduce: # 1. Create & setup SvelteKit demo app ```console $ npm init svelte@next sveltekit-plasmic-integration...

Hi there, I'm trying to integrate Plasmic withing my [SvelteKit app](https://kit.svelte.dev/), and when importing `@plasmicapp/loader-svelte`, I've got this error message: ``` Could not find a declaration file for module '@plasmicapp/loader-svelte'....