Timon Peng

Results 16 comments of Timon Peng

@t-rekttt Sorry for the late reply, I'm busy with IDO development and we are planning to release a new SDK library and some features will be included in it. I...

> Wdym by "can't override the prop"? Have you tried using `!important`? It's meant for that use-case. > > For the feature request itself, we can keep it open but...

`notistack-SnackbarContainer` has style `flex-direction: column-reverse` by default. Add a new class name `snackbar-container`: ```react ``` Set css for `snackbar-container` or use default class name `notistack-SnackbarContainer`. ```css .snackbar-container { flex-direction: column;...

> can you add some tests? Added, it's looks good to you?

prismjs's mark parameter type is string, so move the array loop to highlightjs file. https://prismjs.com/plugins/line-highlight/ ```html data-line="1,2-3" ```

This issue also occurs when you don't set the Date correctly for indexing, check if the start and end are the correct dates in your backtest results: Data index missing:...