-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Formatting with Tailwind & Remix #431
Comments
@InTheCloudDan Can an instance be provided using codesandbox.io ? |
@jaywcjlove I'm working on it, I have a basic remix app running in the sandbox now, but when I go to add the ESM files I think it's due to |
Regarding the codesandbox error I also recommend you use Kiliman's remix template anytime you create a new codesandbox. Its the one Ive had least trouble with |
The component style is not loaded. I have seen many people encounter this problem with remix. |
thanks @jaywcjlove and @cliffordfajardo I'll follow along on those remix issues. |
Thanks for the amazing library, I'm trying to get it configured but I'm not sure if because of SSR that the
**Hello world!!!**
string is constantly showing above thetextarea
? I've tried using differentpreview
settings none of them seem to affect that linereact-md-editor/core/src/components/TextArea/Markdown.tsx
Lines 34 to 37 in 71e1bbe
Also Is there also any guidance for how to get the toolbar showing normally in remix with tailwind?
The text was updated successfully, but these errors were encountered: