immobiliare / atomic-state

A decentralized state management library for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[devtools] bring out @emotion's css/keyframe/global

fefoweb opened this issue · comments

commented

Feature Request

For better understanding of the code it might be a good solution to bring out @emotion's css/keyframe/global declarations from the various components.

Ex: devtools/component/LogView.tsx

Q A
New Feature yes
RFC yes
BC Break no

Summary

This behavior can be seen in devtools/components/DevToolsPanel.tsx where all declarations are located upstream of the component: easy to search and possibly modify, without affecting the logic of the component itself.

Ah thanks for the report!

We will gladly accept a PR to solve this issue :)

fixed