-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Was found by @n1313:
- Click on "open isolated" button for the first example of the Button component.
- Click "back" in the browser — see that the "Lick me" example is no longer displayed on the page, and that the "open isolated" button for the first example has the wrong icon.
- Click "forward" in the browser — the page shifts to the left (??) and nothing happens.
There is also an error in the console:
main.bundle.js:26222 Uncaught TypeError: Cannot read property 'type' of undefined
We may need to introduce some proper routing to fix this kind of issues. I don’t mean React Rooter, but something very simple but isolated, not hardcoded in the index.js.