-
I'm getting:
`Uncaught TypeError: originalValue.split is not a function` after updating RT from beta-4 to beta-6...
This error comes from `function themeable`.
I debugged it a bit and it throws…
-
The button shows, but with no styling at all. When I click, an animation does occur (at a different position than the button).
I'm new to React + node so there is not much input I can give other t…
-
I'm trying to customize Avatar component, but my custom css it's not being applied to it. It looks like that MyAvatarTheme is an empty object.
I'm missing anything?
JSX File:
```
import React …
-
Used themr, but I assume problem is in react-toolbox. Inside card avatars have style display: block, but if I want to use chip with avatar inside card it should inline-block. Seems like a bug or is th…
-
could this change color scheme together?
like this:
```javascript
"themr_favorites":
[
{
theme: "ayu-light2.sublime-theme",
color: "Packages/ayu/ayu-light.tmT…
-
I get the following error when trying to use a `` component. This happens also for any other component that I try.
```
Failed to compile.
Error in ./~/react-toolbox/lib/button/theme.css
Module…
-
Hi, I'm getting the following error when I run "npm run toolbox" ...
```
> react-toolbox-themr
path.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
…
-
## Question
**How to use ReactGo with React-Toolbox?**
It seems like it would make sense since react-toolbox was built using CSS Modules vs. Material-UI which was not.
Not super familiar wi…
-
## API proposal
- a new prop `classNames` receiving an object containing the class names for the single elements, such as `container`, `day`, `caption`, ecc. Must be validated via PropTypes.
- modifie…
-
I want to disable the automatic filtering of the autocomplete. I tried doing so with inheritance but themr messes up the classes so it's impossible to override the ``.matches()`` function.
My searc…