Littlee
Littlee
I notice that if I have error code in `getInitialState` or `render` method and so on, the console never shows my error, it's hard to debug, error would only show...
I am trying async-props with my project app.js ``` js var React = require('react'); var ReactDOM = require('react-dom'); var Router = require('react-router').Router; var browserHistory = require('react-router').browserHistory; var AsyncProps = require('async-props');...
my panorama code: ```js window.pannellum.viewer('panorama', { type: 'equirectangular', panorama: 'images/p.jpg', autoLoad: true, showZoomCtrl: false, showFullscreenCtrl: false, compass: false, orientationOnByDefault: false, minPitch: 0, maxPitch: 0, minHfov: 60, maxHfov: 60, hotSpots: [...
``` html ``` will be convert to this ``` js { "a": { "arr": { "0": "12", "1": "34" } } } ``` how to make it like this? ```...
my code: ```js const bgm = new Howl({ src: require('./assets/gg.mp3'), loop: true }); bgm.play(); ``` the Readme said that it can be compatible with following browsers: > Browser Compatibility Tested...
demo code: ```html Document .gg { width: 300px; height: 300px; border: 1px solid blue; touch-action: none; } click interact('.gg').draggable({ listeners: { move: dragMoveListener, }, }); function dragMoveListener(event) { var target...
I find that when searching some text which are colored red, it don't fit well with the highlight background color, can I adjust that ?
**Describe the bug** ```bash (node:18) UnhandledPromiseRejectionWarning: Error: Failed to launch chrome! [29:29:0421/022508.111924:ERROR:browser_main_loop.cc(1390)] Unable to open X display. TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md at onClose (/app/node_modules/puppeteer/lib/Launcher.js:342:14) at ChildProcess. (/app/node_modules/puppeteer/lib/Launcher.js:332:60) at ChildProcess.emit (events.js:327:22) at Process.ChildProcess._handle.onexit...
I find it's hard to know what is the current state of the container, is there a way ?
create-react-app and craco are popular tools when developing react app, an integrate example with those tools would be nice. I've tried the config below, but it doesn't works ```js //...