Bernard Arhia
Bernard Arhia
 ` const store = async ()=>{ // stored this first and it worked fine const sentData = await localforage.setItem('user',{name:'Bernard'}) // tried storing this it doesn't show up in...
I used window.location.reload() to reload the page. I don't know if there has been some changes in localforage
You can hide it with tailwind or css.
I have fix this issue import { useState } from "react"; import RichTextEditor from "reactjs-tiptap-editor"; import { BaseKit, } from "reactjs-tiptap-editor/extension-bundle"; // Import CSS import "reactjs-tiptap-editor/style.css"; import { Label }...
Editor has a prop dark which you can use to toogle between dark and light mode