Zachary Haber
Zachary Haber
One thing I'd like to tack on here, is that in my current project, I have a similar need for custom variants, but I'm also having extra props being passed...
I basically had to wrap the original toast function calls and create my own to be able to expand the type definitions to include the props we wanted. Then I...
Sorry about that...It just sort of happens because I have prettier set up on save to make my life easier normally. I won't have access to my computer until Monday...
@peteriman, this branch is now rebased! Definitely a much smaller set of changes :)
@peteriman, where did we land on this, along with the logfacesHTTP adapter checking only the first data value to see if it's an error? We could instead adjust this to...
I'll split that out into a separate branch/pr so we can decide on behavior afterwards more easily :)
There's a native `node --enable-source-maps` now that works great for this as well. It's still listed as an experimental feature though.
@jmeis, you can actually use it right now. The `CustomAppender` type allows you to use any object with a configure function. ```d.ts export interface CustomAppender { type: string | AppenderModule;...
Ideally, support it in v2 as well! A similar "exports" object would work for that as well.