muni

Results 10 comments of muni

i had found the following when i importing as3 api files into flex 4.6 development environment the following error Access of undefined property JSON. Access of undefined property JSON. Cannot...

> var animationId; // @tibuakaw @GoAndrew @afincato you are creating local variable, that will reassigned to undefined every-time if you call init(). So please create as global variable `window.animationId` like...

I think this screenshot will help you, to quickly debug the issue. ![Screenshot 2023-04-27 at 5 41 22 PM](https://user-images.githubusercontent.com/2236409/234858403-8d6f32fb-c48c-4031-aba8-0820fa15871f.jpg) ![Screenshot 2023-04-27 at 5 41 37 PM](https://user-images.githubusercontent.com/2236409/234858456-4da94722-936e-48be-9ad1-2eeeba76153e.jpg)

There is no `id` property in `iconSymbol` instance. It always throwing ` > undefined`. None of the icon are displaying. I think it might issue with 'path' to the SVG...

Becuase of this issue Icon used in **all the components** are not working. please check and let me know

I am using **Vite** for build. Can you please suggest me appropriate plugins?

```js import { defineConfig, loadEnv } from 'vite'; import react from '@vitejs/plugin-react'; import svgLoader from 'vite-svg-loader'; import * as path from 'path'; // https://vitejs.dev/config/ export default ({ mode }) =>...

@EvgeniyRRU @tebazil I have written detailed tutorial on this http://www.smarttutorials.net/seedpopulate-mysql-database-dummytest-data-using-php-db-seeder/ . Please check it may help you. You need to temporarily disable foreign key check and enable it back.

@desenvolvedorindie I have generated dummy data for related table. Check this http://www.smarttutorials.net/seedpopulate-mysql-database-dummytest-data-using-php-db-seeder/

I think you might be using higher version node. please use node version - v12.13.0