Giovanni Fumagalli
Giovanni Fumagalli
React version: 18.1.0 ## Steps To Reproduce ### Code Example ```jsx import React, { useEffect, useReducer } from 'react' function reducer(state, action) { switch (action.type) { case 'CHANGE': return {...
Bump react-color when unbugged. For now we rely on `v2.17.3` See: https://github.com/casesandberg/react-color/issues/754
i18n
This pull + https://github.com/rawgraphs/rawgraphs-core/pull/27 + https://github.com/rawgraphs/rawgraphs-charts/pull/111 = RAW With Charts translated 🇮🇹 🇺🇸 🇫🇷 🇨🇳 🇪🇸 🏴
I think having a public method to expose "hot reloading" is useful. Generally speaking this kind of sandboxes are great to implement great developer experience where the developer simply write...
Encoding an `Option` of a case class with a field `Option[Map]` fails on scala 2.12 ```scala import io.circe._, io.circe.generic.auto._, io.circe.parser._, io.circe.syntax._ case class A( m: Option[Map[String, String]], ) val x...
See https://github.com/rawgraphs/rawgraphs-app/pull/333
See https://github.com/rawgraphs/rawgraphs-app/pull/333