Bernard Arhia

Results 5 comments of Bernard Arhia

![Screenshot (63)](https://user-images.githubusercontent.com/55264725/99769618-81a3fd80-2afe-11eb-85cf-6c17bf258cf9.png) ` 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