Issues
- 0
Export clj-kondo config
#610 opened by Deraen - 5
Reusable components following HTML semantics of Opional Attributes and Variadic Children
#596 opened by halfzebra - 4
Class name composition is harder than it needs to be
#601 opened by p-himik - 3
- 0
- 3
Controlled input loses cursor with React 18 when input type is :email or :number
#609 opened by flyingmachine - 1
Korean input broken on :input and :textarea
#587 opened by joshcho - 0
`TypeError` when using function components with `r/create-class` with `dom.server/render-to-string`
#581 opened by p-himik - 6
- 1
Readme says npm i or add deps to .edn but (in my case at least) needed both
#591 opened by DeepReef11 - 3
ReactDOM.render is no longer supported in React 18. Use createRoot instead.
#583 opened by piotr-yuxuan - 0
snake_case mentioned instead kebab-case in documentation of create-class function.
#600 opened by monotech-hq - 8
- 1
Missing documentation: what's the syntax for creating a non standard HTML attribute?
#605 opened by elektronik2k5 - 1
- 7
Any interest in being able to replace `react/createElement` with a custom function?
#592 opened by cj-price - 0
@@ -62,6 +62,45 @@ class _Config { } } // eslint-disable-next-line valid-jsdoc /** * fetch problem title, level via solved.ac api * @see {@link https://solvedac.github.io/unofficial-documentation/#/operations/getProblemByIdArray} * @param {string[]} pids - list of problem id (up to 100) * @param { ({ problemId, titleKo, level }) => void } callback */ function fetchProblemsFromSolvedAc(pids, callback) { const query = encodeURIComponent(pids.join(',')); console.log(`https://solved.ac/api/v3/problem/lookup?problemIds=${query}`); fetch(`https://solved.ac/api/v3/problem/lookup?problemIds=${query}`) .then((res) => { console.log('fetchProblemsFromSolvedAc', res); return res; }) .then((res) => res.json()) .then(callback) .catch(() => callback(null)); }
#590 opened by fardhin78 - 1
MUI ThemeProvider not working
#589 opened by emacsbliss - 1
Update docs?
#588 opened by reutsharabani - 4
shadow-cljs emits a warning when using with-let
#585 opened by timmw - 1
Infinite loop in the reagent.impl.input wrapper
#566 opened by roman01la - 0
Bad react key warning when using false as key
#569 opened by Deraen - 0
Prop types
#580 opened by sirmspencer - 5
Docs on “Changed?” inaccurate?
#574 opened by shaunlebron - 3
- 1
examples/material-ui not work
#570 opened by xingzheone - 1
examples/material-ui not work
#571 opened by xingzheone - 1
- 5
- 3
`adapt-react-class` usage leads to `type is invalid` React.createElement error
#563 opened by kovasap - 2
- 1
useContext test case broken on node-cljsjs
#530 opened by Deraen - 1
[Proposal] Give the Reagent examples some TLC
#551 opened by mchughs - 1
Throwing exceptions in render functions produces stacktraces without any info on the actual components
#549 opened by p-himik - 1
- 1
- 2
render-to-static-markup requires :on-change for inputs
#550 opened by chr15m - 2
Invalid hook call when using react auth0 library.
#543 opened by zendevil - 1
Remove default React dependencies
#537 opened by Deraen - 3
Warning messages while running shadowcljs release app
#523 opened by aphsa - 2
- 1
- 0
input elements don't get key from props
#529 opened by callum-oakley - 0
Compile warning: `JSC_UNREACHABLE_CODE`
#533 opened by harold - 3
Support React 17.0.2
#536 opened by lowecg - 1
- 1
Alternate targets
#528 opened by bolivier - 2
How can i render component as componets'props
#526 opened by shengdoushi - 1
Find a way to make Hiccup forms easier to analyze
#522 opened by Deraen - 0