Lucas Picchi
Lucas Picchi
Refer to leaflet-draw package repo. This is only a wrapper over it
Yes of course! Having a mechanism to use my own logic to determine the coordinates order would be great!
+1 for this need this to simplify bundling using CDK aws-lambda-nodejs
@rjvelazco strange, ReactStrict should do nothing in production builds and I had this problem in production builds
I think it could be different for grouped rows
As opposed to what has being said in this thread. I think load state should be part of server-side data source support. +1 to get this implemented. Thanks for this...
Y think `{ [key: string]: Mutator; }` should be satisfied by `DefaultType` definition. But clearly TS is failing. Did you find out why is necessary to destructure the object?
Do you ever receive a response about this? I think nested format for errors is very annoying it really makes very difficult to map errors to fields. And of course...
I made this utility function to get flatten keys that have errors, **as long as errors are strings or React elements** ```ts import React from 'react'; import { ARRAY_ERROR }...
You can check my solution for this docusaurus issue facebook/docusaurus#3318 on a possible apporach to remiplement prism plugins for prism-react-renderer using hooks `"before-tokenize"` and `"after-tokenize"`