Tan Nhu
Tan Nhu
What do you mean you get an empty instance? I run the snippet, robot does have properties: ``` typeof robot; // "object" typeof robot.getRotation; // "function" robot.getRotation(); // 0 ```
@mcasimir, I think it's overdone to save and restore jsface. Given development of tooling like webpack and browsersify, commonjs is now supported when you develop javascript for front-end, noConflict becomes...
Hi muten84, I'm not familiar with requirejs. Could you zip an example and share a link? I'll look into it.
@jaywcjlove `skipHtml` does not work. The html content is still injected. ```jsx import ReactMarkdownPreview from '@uiw/react-markdown-preview' const source = ` delta require('child_process').spawn('echo', ['hack!']); ` ... ``` --> `delta` is shown...
You can try it here - https://codesandbox.io/s/floral-leaf-s0t7hm?file=/src/App.js
@jaywcjlove it works. Thank you very much! `skipHtml={false}` removed support for raw HTML, as a result, it prevents security issue like above. Just to add a little more: 1. Should...
@jaywcjlove I pass `renderPreview` as an empty function. Test locally and the slowness is still there... Also FYI, I use `5.11.1`.
Hi Miguel, I'm thinking of the light bulbs. Assuming I have 10 light bulbs showing up. I click the first one, fix the error/warning, then I need to click the...